|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OdfFieldReferenceType | |
|---|---|
| org.odftoolkit.odfdom.dom.element.table | |
| org.odftoolkit.odfdom.dom.type.table | |
| Uses of OdfFieldReferenceType in org.odftoolkit.odfdom.dom.element.table |
|---|
| Methods in org.odftoolkit.odfdom.dom.element.table that return OdfFieldReferenceType | |
|---|---|
OdfFieldReferenceType |
OdfDataPilotFieldReferenceElement.getType()
Get value of attribute table:type. |
| Methods in org.odftoolkit.odfdom.dom.element.table with parameters of type OdfFieldReferenceType | |
|---|---|
OdfDataPilotFieldReferenceElement |
OdfDataPilotFieldElement.createDataPilotFieldReferenceElement(OdfMemberType memberType,
String memberName,
String fieldName,
OdfFieldReferenceType type)
Create child element table:data-pilot-field-reference. |
OdfDataPilotFieldReferenceElement |
OdfDataPilotFieldElement.createDataPilotFieldReferenceElement(String fieldName,
OdfFieldReferenceType type,
OdfMemberType memberType)
Create child element table:data-pilot-field-reference. |
void |
OdfDataPilotFieldReferenceElement.init(String fieldName,
OdfMemberType memberType,
String memberName,
OdfFieldReferenceType type)
Initialization of the mandatory attributes of OdfDataPilotFieldReferenceElement |
void |
OdfDataPilotFieldReferenceElement.setType(OdfFieldReferenceType type)
Set value of attribute table:type. |
| Uses of OdfFieldReferenceType in org.odftoolkit.odfdom.dom.type.table |
|---|
| Methods in org.odftoolkit.odfdom.dom.type.table that return OdfFieldReferenceType | |
|---|---|
static OdfFieldReferenceType |
OdfFieldReferenceType.enumValueOf(String stringValue)
String to enum, turns a String into its corresponding enum constant |
static OdfFieldReferenceType |
OdfFieldReferenceType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OdfFieldReferenceType[] |
OdfFieldReferenceType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.odftoolkit.odfdom.dom.type.table with parameters of type OdfFieldReferenceType | |
|---|---|
static String |
OdfFieldReferenceType.toString(OdfFieldReferenceType enumeration)
enum to String, gets the name of this enum constant as a string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||