Enum | +--DhBorderEnumpublic class DhBorderEnum
Defines constant definitions for border styles.
Note that border attribute constants (those beginning with BORDER_ATTR_) cannot be combined.
Fields
Name | Description |
---|---|
BORDER_ATTR_COLOR | Specifies the border color attribute. |
BORDER_ATTR_STYLE | Specifies the border style attribute. |
BORDER_ATTR_WIDTH | Specifies the border width attribute. |
BORDER_SIDE_ALL | Specifies the combination of all border side items. |
BORDER_SIDE_BOTTOM | Specifies the bottom border. |
BORDER_SIDE_LEFT | Specifies the left border. |
BORDER_SIDE_RIGHT | Specifies the right border. |
BORDER_SIDE_TOP | Specifies the top border. |
This is equivalent to (BORDER_SIDE_TOP | BORDER_SIDE_RIGHT | BORDER_SIDE_BOTTOM | BORDER_SIDE_LEFT)