All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.as400.util.html.HTMLConstants
- public interface HTMLConstants
The HTMLConstants class is a collection of constants generally used
for positioning and orienting HTML components.
-
ABSBOTTOM
- Vertical absolute bottom alignment
-
ABSMIDDLE
- Vertical absolute middle alignment.
-
BASELINE
- Vertical baseline alignment.
-
BOTTOM
- Vertical bottom alignment.
-
CENTER
- Horizontal alignment in center of page.
-
JUSTIFY
- Horizontal alignment between both text margins.
-
LEFT
- Horizontal left alignment.
-
MIDDLE
- Vertical middle alignment.
-
RIGHT
- Horizontal right alignment.
-
TARGET_BLANK
- New, unnamed window as the target frame.
-
TARGET_PARENT
- Frameset parent of current window as target frame.
-
TARGET_SELF
- Current frame as the target frame.
-
TARGET_TOP
- Full, original window as target frame.
-
TEXTTOP
- Vertical text top alignment.
-
TOP
- Vertical top alignment.
BASELINE
public static final String BASELINE
- Vertical baseline alignment.
TARGET_BLANK
public static final String TARGET_BLANK
- New, unnamed window as the target frame.
BOTTOM
public static final String BOTTOM
- Vertical bottom alignment.
ABSBOTTOM
public static final String ABSBOTTOM
- Vertical absolute bottom alignment
CENTER
public static final String CENTER
- Horizontal alignment in center of page.
JUSTIFY
public static final String JUSTIFY
- Horizontal alignment between both text margins.
LEFT
public static final String LEFT
- Horizontal left alignment.
MIDDLE
public static final String MIDDLE
- Vertical middle alignment.
ABSMIDDLE
public static final String ABSMIDDLE
- Vertical absolute middle alignment.
TARGET_PARENT
public static final String TARGET_PARENT
- Frameset parent of current window as target frame.
RIGHT
public static final String RIGHT
- Horizontal right alignment.
TARGET_SELF
public static final String TARGET_SELF
- Current frame as the target frame.
TARGET_TOP
public static final String TARGET_TOP
- Full, original window as target frame.
TOP
public static final String TOP
- Vertical top alignment.
TEXTTOP
public static final String TEXTTOP
- Vertical text top alignment.
All Packages Class Hierarchy This Package Previous Next Index