com.aspose.words
Class MeasurementUnits

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

public class MeasurementUnits 
extends java.lang.Object

Utility class containing constants. Specifies the unit of measurement.

Field Summary
static final intINCHES = 0
           Inches.
static final intCENTIMETERS = 1
           Centimeters.
static final intMILLIMETERS = 2
           Millimeters.
static final intPOINTS = 3
           Points.
static final intPICAS = 4
           Picas (commonly used in traditional typewriter font spacing).
 

Field Detail

INCHES = 0

public static final int INCHES
Inches.

CENTIMETERS = 1

public static final int CENTIMETERS
Centimeters.

MILLIMETERS = 2

public static final int MILLIMETERS
Millimeters.

POINTS = 3

public static final int POINTS
Points.

PICAS = 4

public static final int PICAS
Picas (commonly used in traditional typewriter font spacing).

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