|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OdfOutlineLevelType | |
|---|---|
| org.odftoolkit.odfdom.dom.element.text | |
| org.odftoolkit.odfdom.dom.type.text | |
| Uses of OdfOutlineLevelType in org.odftoolkit.odfdom.dom.element.text |
|---|
| Methods in org.odftoolkit.odfdom.dom.element.text that return OdfOutlineLevelType | |
|---|---|
OdfOutlineLevelType |
OdfAlphabeticalIndexEntryTemplateElement.getOutlineLevel()
Get value of attribute text:outline-level. |
| Methods in org.odftoolkit.odfdom.dom.element.text with parameters of type OdfOutlineLevelType | |
|---|---|
OdfAlphabeticalIndexEntryTemplateElement |
OdfAlphabeticalIndexSourceElement.createAlphabeticalIndexEntryTemplateElement(OdfOutlineLevelType outlineLevel,
OdfStyleNameRef styleName)
Create child element text:alphabetical-index-entry-template. |
void |
OdfAlphabeticalIndexEntryTemplateElement.init(OdfOutlineLevelType outlineLevel,
OdfStyleNameRef styleName)
Initialization of the mandatory attributes of OdfAlphabeticalIndexEntryTemplateElement |
void |
OdfAlphabeticalIndexEntryTemplateElement.setOutlineLevel(OdfOutlineLevelType outlineLevel)
Set value of attribute text:outline-level. |
| Uses of OdfOutlineLevelType in org.odftoolkit.odfdom.dom.type.text |
|---|
| Methods in org.odftoolkit.odfdom.dom.type.text that return OdfOutlineLevelType | |
|---|---|
static OdfOutlineLevelType |
OdfOutlineLevelType.enumValueOf(String stringValue)
String to enum, turns a String into its corresponding enum constant |
static OdfOutlineLevelType |
OdfOutlineLevelType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OdfOutlineLevelType[] |
OdfOutlineLevelType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.odftoolkit.odfdom.dom.type.text with parameters of type OdfOutlineLevelType | |
|---|---|
static String |
OdfOutlineLevelType.toString(OdfOutlineLevelType enumeration)
enum to String, gets the name of this enum constant as a string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||