Enum | +--DhUnitEnumpublic class DhUnitEnum
Provides constants for various unit types in DHTML.
Fields
Name | Description |
---|---|
UNIT_AUTO | Represents the auto type. |
UNIT_CM | Represents the centimeter (cm) type. |
UNIT_COLOR | Represents the color type. |
UNIT_EM | Represents the relative height of the element's font (em). |
UNIT_EX | Represents an x height (ex). |
UNIT_INCH | Represents an inches (in) type. |
UNIT_MM | Represents a millimeter (mm) type. |
UNIT_NULL | Represents an unspecified or absent type. |
UNIT_PC | Represents a pica (pc) type. |
UNIT_PERCENT | Represents the percentage (%) type. |
UNIT_PIXEL | Represents a pixel (px) type. |
UNIT_POINT | Represents a point (pt) type. |