com.ibm.as400.util.html
Interface HTMLConstants

All Known Implementing Classes:
HTMLForm, HTMLFormConverter, HTMLHyperlink, HTMLImage, HTMLTable, HTMLTableCaption, HTMLTableCell, HTMLTableHeader, HTMLTableRow, HTMLText, ImageFormInput, ServletHyperlink

public interface HTMLConstants

The HTMLConstants class is a collection of constants generally used for positioning and orienting HTML components.


Field Summary
static String ABSBOTTOM
          Vertical absolute bottom alignment
static String ABSMIDDLE
          Vertical absolute middle alignment.
static String BASELINE
          Vertical baseline alignment.
static String BOTTOM
          Vertical bottom alignment.
static String CAPITALS
          Capital letter ordered labeling scheme.
static String CENTER
          Horizontal alignment in center of page.
static String CIRCLE
          Circle, hollow circle, labeling scheme.
static String DISC
          Disc, solid bullet, labeling scheme.
static String JUSTIFY
          Horizontal alignment between both text margins.
static String LARGE_ROMAN
          Large Roman numeral ordered labeling scheme.
static String LEFT
          Horizontal left alignment.
static String LOWER_CASE
          Lower-case letter ordered labeling scheme.
static String LTR
          Left to Right text interpretation direction.
static String MIDDLE
          Vertical middle alignment.
static String NUMBERS
          Numbered ordered labeling scheme.
static String RIGHT
          Horizontal right alignment.
static String RTL
          Right to Left text interpretation direction.
static String SMALL_ROMAN
          Small Roman numeral ordered labeling scheme.
static String SQUARE
          Square, solid square, labeling scheme.
static String TARGET_BLANK
          New, unnamed window as the target frame.
static String TARGET_PARENT
          Frameset parent of current window as target frame.
static String TARGET_SELF
          Current frame as the target frame.
static String TARGET_TOP
          Full, original window as target frame.
static String TEXTTOP
          Vertical text top alignment.
static String TOP
          Vertical top alignment.
 

Field Detail

BASELINE

static final String BASELINE
Vertical baseline alignment.

See Also:
Constant Field Values

TARGET_BLANK

static final String TARGET_BLANK
New, unnamed window as the target frame.

See Also:
Constant Field Values

BOTTOM

static final String BOTTOM
Vertical bottom alignment.

See Also:
Constant Field Values

ABSBOTTOM

static final String ABSBOTTOM
Vertical absolute bottom alignment

See Also:
Constant Field Values

CENTER

static final String CENTER
Horizontal alignment in center of page.

See Also:
Constant Field Values

JUSTIFY

static final String JUSTIFY
Horizontal alignment between both text margins.

See Also:
Constant Field Values

LEFT

static final String LEFT
Horizontal left alignment.

See Also:
Constant Field Values

MIDDLE

static final String MIDDLE
Vertical middle alignment.

See Also:
Constant Field Values

ABSMIDDLE

static final String ABSMIDDLE
Vertical absolute middle alignment.

See Also:
Constant Field Values

TARGET_PARENT

static final String TARGET_PARENT
Frameset parent of current window as target frame.

See Also:
Constant Field Values

RIGHT

static final String RIGHT
Horizontal right alignment.

See Also:
Constant Field Values

TARGET_SELF

static final String TARGET_SELF
Current frame as the target frame.

See Also:
Constant Field Values

TARGET_TOP

static final String TARGET_TOP
Full, original window as target frame.

See Also:
Constant Field Values

TOP

static final String TOP
Vertical top alignment.

See Also:
Constant Field Values

TEXTTOP

static final String TEXTTOP
Vertical text top alignment.

See Also:
Constant Field Values

DISC

static final String DISC
Disc, solid bullet, labeling scheme.

See Also:
Constant Field Values

SQUARE

static final String SQUARE
Square, solid square, labeling scheme.

See Also:
Constant Field Values

CIRCLE

static final String CIRCLE
Circle, hollow circle, labeling scheme.

See Also:
Constant Field Values

NUMBERS

static final String NUMBERS
Numbered ordered labeling scheme.

See Also:
Constant Field Values

CAPITALS

static final String CAPITALS
Capital letter ordered labeling scheme.

See Also:
Constant Field Values

LOWER_CASE

static final String LOWER_CASE
Lower-case letter ordered labeling scheme.

See Also:
Constant Field Values

LARGE_ROMAN

static final String LARGE_ROMAN
Large Roman numeral ordered labeling scheme.

See Also:
Constant Field Values

SMALL_ROMAN

static final String SMALL_ROMAN
Small Roman numeral ordered labeling scheme.

See Also:
Constant Field Values

LTR

static final String LTR
Left to Right text interpretation direction.

See Also:
Constant Field Values

RTL

static final String RTL
Right to Left text interpretation direction.

See Also:
Constant Field Values