DhBorderEnum Class

DhBorderEnum Class

This Package | All Packages

Enum
  |
  +--DhBorderEnum
public class DhBorderEnum
extends wfc.cor.Enum

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.

Fields

DhBorderEnum.BORDER_ATTR_COLOR

Syntax
public static final int BORDER_ATTR_COLOR;
Description
Specifies the border color attribute.

DhBorderEnum.BORDER_ATTR_STYLE

Syntax
public static final int BORDER_ATTR_STYLE;
Description
Specifies the border style attribute.

DhBorderEnum.BORDER_ATTR_WIDTH

Syntax
public static final int BORDER_ATTR_WIDTH;
Description
Specifies the border width attribute.

DhBorderEnum.BORDER_SIDE_ALL

Syntax
public static final int BORDER_SIDE_ALL;
Description
Specifies the combination of all border side items.

This is equivalent to (BORDER_SIDE_TOP | BORDER_SIDE_RIGHT | BORDER_SIDE_BOTTOM | BORDER_SIDE_LEFT)

DhBorderEnum.BORDER_SIDE_BOTTOM

Syntax
public static final int BORDER_SIDE_BOTTOM;
Description
Specifies the bottom border.

DhBorderEnum.BORDER_SIDE_LEFT

Syntax
public static final int BORDER_SIDE_LEFT;
Description
Specifies the left border.

DhBorderEnum.BORDER_SIDE_RIGHT

Syntax
public static final int BORDER_SIDE_RIGHT;
Description
Specifies the right border.

DhBorderEnum.BORDER_SIDE_TOP

Syntax
public static final int BORDER_SIDE_TOP;
Description
Specifies the top border.