com.aspose.words
Class OdtSaveMeasureUnit

java.lang.Object
    extended by com.aspose.words.OdtSaveMeasureUnit

public class OdtSaveMeasureUnit 
extends java.lang.Object

Utility class containing constants. Specified units of measure to apply to measurable document content such as shape, widths and other during saving.

Field Summary
static final intCENTIMETERS = 0
           Specifies that the document content is saved using centimeters.
static final intINCHES = 1
           Specifies that the document content is saved using inches.
 

Field Detail

CENTIMETERS = 0

public static final int CENTIMETERS
Specifies that the document content is saved using centimeters.

INCHES = 1

public static final int INCHES
Specifies that the document content is saved using inches.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.