java.lang.Object
com.aspose.words.MeasurementUnits
public class MeasurementUnits
| Field Summary | ||
|---|---|---|
static final int | INCHES | |
| Inches. | ||
static final int | CENTIMETERS | |
| Centimeters. | ||
static final int | MILLIMETERS | |
| Millimeters. | ||
static final int | POINTS | |
| Points. | ||
static final int | PICAS | |
| Picas (commonly used in traditional typewriter font spacing). | ||
| Field Detail |
|---|
INCHES = 0 | |
public static final int INCHES | |
CENTIMETERS = 1 | |
public static final int CENTIMETERS | |
MILLIMETERS = 2 | |
public static final int MILLIMETERS | |
POINTS = 3 | |
public static final int POINTS | |
PICAS = 4 | |
public static final int PICAS | |