DhAlignEnum Class

DhAlignEnum Class

This Package | All Packages

Enum
  |
  +--DhAlignEnum
public class DhAlignEnum
extends wfc.core.Enum
implements DhStringIDs

Defines alignment constants.

Also see wfc.html.DhRadioButton, wfc.html.DhCheckBox

Fields
Name Description
ABSBOTTOM Topic under construction.
ABSMIDDLE Topic under construction.
BASELINE Topic under construction.
BOTTOM Topic under construction.
CENTER Topic under construction.
JUSTIFY Topic under construction.
LEFT Topic under construction.
RIGHT Topic under construction.
SUBSCRIPT Topic under construction.
SUPERSCRIPT Topic under construction.
TEXT_LEFT Specifies a left-aligned label.
TEXT_RIGHT Specifies a right-aligned label.
TEXTTOP Topic under construction.
TOP Topic under construction.

Fields

DhAlignEnum.ABSBOTTOM

Syntax
public static final int ABSBOTTOM;
Description
Topic under construction.

DhAlignEnum.ABSMIDDLE

Syntax
public static final int ABSMIDDLE;
Description
Topic under construction.

DhAlignEnum.BASELINE

Syntax
public static final int BASELINE;
Description
Topic under construction.

DhAlignEnum.BOTTOM

Syntax
public static final int BOTTOM;
Description
Topic under construction.

DhAlignEnum.CENTER

Syntax
public static final int CENTER;
Description
Topic under construction.

DhAlignEnum.JUSTIFY

Syntax
public static final int JUSTIFY;
Description
Topic under construction.

DhAlignEnum.LEFT

Syntax
public static final int LEFT;
Description
Topic under construction.

DhAlignEnum.RIGHT

Syntax
public static final int RIGHT;
Description
Topic under construction.

DhAlignEnum.SUBSCRIPT

Syntax
public static final int SUBSCRIPT;
Description
Topic under construction.

DhAlignEnum.SUPERSCRIPT

Syntax
public static final int SUPERSCRIPT;
Description
Topic under construction.

DhAlignEnum.TEXT_LEFT

Syntax
public static final int TEXT_LEFT;
Description
Specifies a left-aligned label. The text is on the left; the button is on the right.

For example: <LABEL FOR=cbox2>This is a Left Aligned Label<INPUT ID=cbox2 TYPE="CHECKBOX" VALUE=2 CHECKED></LABEL>

DhAlignEnum.TEXT_RIGHT

Syntax
public static final int TEXT_RIGHT;
Description
Specifies a right-aligned label. The button is on the left; the text is on the right.

For example: <LABEL FOR=cbox><INPUT ID=cbox TYPE="CHECKBOX" VALUE=1 CHECKED>This is a Right Aligned Label</LABEL>

DhAlignEnum.TEXTTOP

Syntax
public static final int TEXTTOP;
Description
Topic under construction.

DhAlignEnum.TOP

Syntax
public static final int TOP;
Description
Topic under construction.