|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of OdfSectionDisplayType in org.odftoolkit.odfdom.dom.element.draw |
|---|
| Methods in org.odftoolkit.odfdom.dom.element.draw with parameters of type OdfSectionDisplayType | |
|---|---|
OdfSectionElement |
OdfTextBoxElement.createSectionElement(OdfSectionDisplayType display,
String condition,
String name)
Create child element text:section. |
OdfSectionElement |
OdfTextBoxElement.createSectionElement(String name,
OdfSectionDisplayType display)
Create child element text:section. |
| Uses of OdfSectionDisplayType in org.odftoolkit.odfdom.dom.element.office |
|---|
| Methods in org.odftoolkit.odfdom.dom.element.office with parameters of type OdfSectionDisplayType | |
|---|---|
OdfSectionElement |
OdfTextElement.createSectionElement(OdfSectionDisplayType display,
String condition,
String name)
Create child element text:section. |
OdfSectionElement |
OdfTextElement.createSectionElement(String name,
OdfSectionDisplayType display)
Create child element text:section. |
| Uses of OdfSectionDisplayType in org.odftoolkit.odfdom.dom.element.style |
|---|
| Uses of OdfSectionDisplayType in org.odftoolkit.odfdom.dom.element.table |
|---|
| Methods in org.odftoolkit.odfdom.dom.element.table with parameters of type OdfSectionDisplayType | |
|---|---|
OdfSectionElement |
OdfCoveredTableCellElement.createSectionElement(OdfSectionDisplayType display,
String condition,
String name)
Create child element text:section. |
OdfSectionElement |
OdfTableCellElement.createSectionElement(OdfSectionDisplayType display,
String condition,
String name)
Create child element text:section. |
OdfSectionElement |
OdfCoveredTableCellElement.createSectionElement(String name,
OdfSectionDisplayType display)
Create child element text:section. |
OdfSectionElement |
OdfTableCellElement.createSectionElement(String name,
OdfSectionDisplayType display)
Create child element text:section. |
| Uses of OdfSectionDisplayType in org.odftoolkit.odfdom.dom.element.text |
|---|
| Methods in org.odftoolkit.odfdom.dom.element.text that return OdfSectionDisplayType | |
|---|---|
OdfSectionDisplayType |
OdfSectionElement.getDisplay()
Get value of attribute text:display. |
| Uses of OdfSectionDisplayType in org.odftoolkit.odfdom.dom.type.text |
|---|
| Methods in org.odftoolkit.odfdom.dom.type.text that return OdfSectionDisplayType | |
|---|---|
static OdfSectionDisplayType |
OdfSectionDisplayType.enumValueOf(String stringValue)
String to enum, turns a String into its corresponding enum constant |
static OdfSectionDisplayType |
OdfSectionDisplayType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OdfSectionDisplayType[] |
OdfSectionDisplayType.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 OdfSectionDisplayType | |
|---|---|
static String |
OdfSectionDisplayType.toString(OdfSectionDisplayType enumeration)
enum to String, gets the name of this enum constant as a string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||