|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OdfLabelOrientationType | |
|---|---|
| org.odftoolkit.odfdom.dom.element.table | |
| org.odftoolkit.odfdom.dom.type.table | |
| Uses of OdfLabelOrientationType in org.odftoolkit.odfdom.dom.element.table |
|---|
| Methods in org.odftoolkit.odfdom.dom.element.table that return OdfLabelOrientationType | |
|---|---|
OdfLabelOrientationType |
OdfLabelRangeElement.getOrientation()
Get value of attribute table:orientation. |
| Methods in org.odftoolkit.odfdom.dom.element.table with parameters of type OdfLabelOrientationType | |
|---|---|
OdfLabelRangeElement |
OdfLabelRangesElement.createLabelRangeElement(OdfCellRangeAddress labelCellRangeAddress,
OdfCellRangeAddress dataCellRangeAddress,
OdfLabelOrientationType orientation)
Create child element table:label-range. |
void |
OdfLabelRangeElement.init(OdfCellRangeAddress labelCellRangeAddress,
OdfCellRangeAddress dataCellRangeAddress,
OdfLabelOrientationType orientation)
Initialization of the mandatory attributes of OdfLabelRangeElement |
void |
OdfLabelRangeElement.setOrientation(OdfLabelOrientationType orientation)
Set value of attribute table:orientation. |
| Uses of OdfLabelOrientationType in org.odftoolkit.odfdom.dom.type.table |
|---|
| Methods in org.odftoolkit.odfdom.dom.type.table that return OdfLabelOrientationType | |
|---|---|
static OdfLabelOrientationType |
OdfLabelOrientationType.enumValueOf(String stringValue)
String to enum, turns a String into its corresponding enum constant |
static OdfLabelOrientationType |
OdfLabelOrientationType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OdfLabelOrientationType[] |
OdfLabelOrientationType.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 OdfLabelOrientationType | |
|---|---|
static String |
OdfLabelOrientationType.toString(OdfLabelOrientationType enumeration)
enum to String, gets the name of this enum constant as a string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||