|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OdfDirectionType | |
|---|---|
| org.odftoolkit.odfdom.dom.element.table | |
| org.odftoolkit.odfdom.dom.type.table | |
| Uses of OdfDirectionType in org.odftoolkit.odfdom.dom.element.table |
|---|
| Methods in org.odftoolkit.odfdom.dom.element.table that return OdfDirectionType | |
|---|---|
OdfDirectionType |
OdfHighlightedRangeElement.getDirection()
Get value of attribute table:direction. |
| Methods in org.odftoolkit.odfdom.dom.element.table with parameters of type OdfDirectionType | |
|---|---|
void |
OdfHighlightedRangeElement.init(OdfDirectionType direction,
OdfBoolean markedInvalid)
Initialization of the mandatory attributes of OdfHighlightedRangeElement |
void |
OdfHighlightedRangeElement.setDirection(OdfDirectionType direction)
Set value of attribute table:direction. |
| Uses of OdfDirectionType in org.odftoolkit.odfdom.dom.type.table |
|---|
| Methods in org.odftoolkit.odfdom.dom.type.table that return OdfDirectionType | |
|---|---|
static OdfDirectionType |
OdfDirectionType.enumValueOf(String stringValue)
String to enum, turns a String into its corresponding enum constant |
static OdfDirectionType |
OdfDirectionType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OdfDirectionType[] |
OdfDirectionType.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 OdfDirectionType | |
|---|---|
static String |
OdfDirectionType.toString(OdfDirectionType enumeration)
enum to String, gets the name of this enum constant as a string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||