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.


Variable Index

 o ABSBOTTOM
Vertical absolute bottom alignment
 o ABSMIDDLE
Vertical absolute middle alignment.
 o BASELINE
Vertical baseline alignment.
 o BOTTOM
Vertical bottom alignment.
 o CENTER
Horizontal alignment in center of page.
 o JUSTIFY
Horizontal alignment between both text margins.
 o LEFT
Horizontal left alignment.
 o MIDDLE
Vertical middle alignment.
 o RIGHT
Horizontal right alignment.
 o TARGET_BLANK
New, unnamed window as the target frame.
 o TARGET_PARENT
Frameset parent of current window as target frame.
 o TARGET_SELF
Current frame as the target frame.
 o TARGET_TOP
Full, original window as target frame.
 o TEXTTOP
Vertical text top alignment.
 o TOP
Vertical top alignment.

Variables

 o BASELINE
 public static final String BASELINE
Vertical baseline alignment.

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

 o BOTTOM
 public static final String BOTTOM
Vertical bottom alignment.

 o ABSBOTTOM
 public static final String ABSBOTTOM
Vertical absolute bottom alignment

 o CENTER
 public static final String CENTER
Horizontal alignment in center of page.

 o JUSTIFY
 public static final String JUSTIFY
Horizontal alignment between both text margins.

 o LEFT
 public static final String LEFT
Horizontal left alignment.

 o MIDDLE
 public static final String MIDDLE
Vertical middle alignment.

 o ABSMIDDLE
 public static final String ABSMIDDLE
Vertical absolute middle alignment.

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

 o RIGHT
 public static final String RIGHT
Horizontal right alignment.

 o TARGET_SELF
 public static final String TARGET_SELF
Current frame as the target frame.

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

 o TOP
 public static final String TOP
Vertical top alignment.

 o TEXTTOP
 public static final String TEXTTOP
Vertical text top alignment.


All Packages  Class Hierarchy  This Package  Previous  Next  Index