See: Description
| Enum | Description |
|---|---|
| BorderStyle |
Enumerates the sets the line style for all four sides of an element's border.
|
| CursorType |
Enumerates the sets the type of cursor, if any, to show when the mouse pointer is over an element.
|
| Display |
Enumerates the property sets whether an element is treated as a block or inline element and the layout used for its children.
|
| MutationType |
Enumerates all types which can be set into a
MutationObserver and consumable by MutationRecord.getType(). |
| NodeType |
Enumerates all possible types of a
BaseNode.An integer is representing the type of the node. |
| Position |
Enumerates the set of values how an element is positioned in a document.
|
| Repetition |
Enumerates the set of values how to repeat the pattern's image.
|
| TextAlign |
Enumerates the horizontal alignment of a block element or table-cell box.
|
| TextBaseline |
Enumerates the set of values to specify the current text baseline used when drawing text.
|
| TextDecoration |
Enumerates the set of values to specify the appearance of decorative lines on text.
|
| Unit |
Enumerates the unit of measure for sizes.
|