SvgCoordinateUnit
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class SvgCoordinateUnit extends System.Enum
Represents CSS2 coordinate units used to define SVG coordinates.
Fields
Field | Description |
---|---|
Inch | Inch |
Centimeter | Centimeter. |
Millimeter | Millimeter. |
Point | Point (1/72 of inch), |
Pica | Pica (1/6 of inch). |
Em | Em size of a font of containing element. |
Ex | Ex size (size of lowercase letter, usualy “x”) of font of containing element. |
Pixel | Pixel size. |
Percent | Percent. |
Inch
public static final int Inch
Inch
Centimeter
public static final int Centimeter
Centimeter.
Millimeter
public static final int Millimeter
Millimeter.
Point
public static final int Point
Point (1/72 of inch),
Pica
public static final int Pica
Pica (1/6 of inch).
Em
public static final int Em
Em size of a font of containing element.
Ex
public static final int Ex
Ex size (size of lowercase letter, usualy “x”) of font of containing element.
Pixel
public static final int Pixel
Pixel size.
Percent
public static final int Percent
Percent.