|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OdfValueType | |
|---|---|
| org.odftoolkit.odfdom.dom.element.meta | |
| org.odftoolkit.odfdom.dom.element.office | |
| org.odftoolkit.odfdom.dom.type.meta | |
| Uses of OdfValueType in org.odftoolkit.odfdom.dom.element.meta |
|---|
| Methods in org.odftoolkit.odfdom.dom.element.meta that return OdfValueType | |
|---|---|
OdfValueType |
OdfUserDefinedElement.getValueType()
Get value of attribute meta:value-type. |
| Methods in org.odftoolkit.odfdom.dom.element.meta with parameters of type OdfValueType | |
|---|---|
void |
OdfUserDefinedElement.init(String name,
OdfValueType valueType)
Initialization of the mandatory attributes of OdfUserDefinedElement |
void |
OdfUserDefinedElement.setValueType(OdfValueType valueType)
Set value of attribute meta:value-type. |
| Uses of OdfValueType in org.odftoolkit.odfdom.dom.element.office |
|---|
| Methods in org.odftoolkit.odfdom.dom.element.office with parameters of type OdfValueType | |
|---|---|
OdfUserDefinedElement |
OdfMetaElement.createUserDefinedElement(OdfValueType valueType,
String name)
Create child element meta:user-defined. |
OdfUserDefinedElement |
OdfDocumentElement.createUserDefinedElement(OdfValueType valueType,
String name)
Create child element meta:user-defined. |
OdfUserDefinedElement |
OdfDocumentMetaElement.createUserDefinedElement(OdfValueType valueType,
String name)
Create child element meta:user-defined. |
| Uses of OdfValueType in org.odftoolkit.odfdom.dom.type.meta |
|---|
| Methods in org.odftoolkit.odfdom.dom.type.meta that return OdfValueType | |
|---|---|
static OdfValueType |
OdfValueType.enumValueOf(String stringValue)
String to enum, turns a String into its corresponding enum constant |
static OdfValueType |
OdfValueType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OdfValueType[] |
OdfValueType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.odftoolkit.odfdom.dom.type.meta with parameters of type OdfValueType | |
|---|---|
static String |
OdfValueType.toString(OdfValueType enumeration)
enum to String, gets the name of this enum constant as a string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||