|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OdfType | |
|---|---|
| org.odftoolkit.odfdom.dom.element.config | |
| org.odftoolkit.odfdom.dom.type.config | |
| Uses of OdfType in org.odftoolkit.odfdom.dom.element.config |
|---|
| Methods in org.odftoolkit.odfdom.dom.element.config that return OdfType | |
|---|---|
OdfType |
OdfConfigItemElement.getType()
Get value of attribute config:type. |
| Methods in org.odftoolkit.odfdom.dom.element.config with parameters of type OdfType | |
|---|---|
OdfConfigItemElement |
OdfConfigItemMapEntryElement.createConfigItemElement(String name,
OdfType type)
Create child element config:config-item. |
OdfConfigItemElement |
OdfConfigItemSetElement.createConfigItemElement(String name,
OdfType type)
Create child element config:config-item. |
void |
OdfConfigItemElement.init(String name,
OdfType type)
Initialization of the mandatory attributes of OdfConfigItemElement |
void |
OdfConfigItemElement.setType(OdfType type)
Set value of attribute config:type. |
| Uses of OdfType in org.odftoolkit.odfdom.dom.type.config |
|---|
| Methods in org.odftoolkit.odfdom.dom.type.config that return OdfType | |
|---|---|
static OdfType |
OdfType.enumValueOf(String stringValue)
String to enum, turns a String into its corresponding enum constant |
static OdfType |
OdfType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OdfType[] |
OdfType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.odftoolkit.odfdom.dom.type.config with parameters of type OdfType | |
|---|---|
static String |
OdfType.toString(OdfType enumeration)
enum to String, gets the name of this enum constant as a string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||