public final class OdtSaveMeasureUnit
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CENTIMETERS
Specifies that the document content is saved using centimeters.
|
static int |
INCHES
Specifies that the document content is saved using inches.
|
static int |
length |
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String odtSaveMeasureUnitName) |
static java.lang.String |
getName(int odtSaveMeasureUnit) |
static int[] |
getValues() |
static java.lang.String |
toString(int odtSaveMeasureUnit) |