BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.html.AlignType

Packages that use AlignType
weblogic.html The HtmlKona package is deprecated. 
 

Uses of AlignType in weblogic.html
 

Fields in weblogic.html declared as AlignType
static AlignType AlignType.absbottom
          Deprecated. Aligns element at the horizontal and vertical bottom of a container.
static AlignType AlignType.absmiddle
          Deprecated. Aligns vertical middle of an element with the middle of the current line.
static AlignType AlignType.baseline
          Deprecated. Aligns element with the baseline of a line of text.
static AlignType AlignType.bottom
          Deprecated. Aligns element at the vertical bottom.
static AlignType AlignType.center
          Deprecated. Centers element horizontally.
static AlignType AlignType.left
          Deprecated. Aligns element along the left margin.
static AlignType AlignType.middle
          Deprecated. Aligns baseline of current line with the element.
static AlignType AlignType.right
          Deprecated. Aligns element along the right margin.
static AlignType AlignType.texttop
          Deprecated. Aligns element with the top of a line of text.
static AlignType AlignType.top
          Deprecated. Aligns element at the vertical top.
static AlignType TableCaptionElement.default_align
          Deprecated. Default alignment for a TableCaptionElement is unset.
 

Methods in weblogic.html with parameters of type AlignType
 TFootElement TFootElement.setAlign(AlignType align)
          Deprecated. Sets the ALIGN attribute for a TFootElement.
 TFootElement TFootElement.setVAlign(AlignType align)
          Deprecated. Sets the vertical alignment for a TFootElement.
 ColGroupElement ColGroupElement.setAlign(AlignType align)
          Deprecated. Sets the alignment.
 ColGroupElement ColGroupElement.setVAlign(AlignType align)
          Deprecated. Sets the vertical alignment for a ColGroupElement.
 SpacerElement SpacerElement.setAlign(AlignType alignment)
          Deprecated. Sets the ALIGN attribute of a SpacerElement.
 TableDataElement TableDataElement.setAlign(AlignType val)
          Deprecated. Sets the alignment of a TableDataElement.
 TableDataElement TableDataElement.setVAlign(AlignType val)
          Deprecated. Sets the vertical alignment of a TableDataElement.
 AppletElement AppletElement.setAlign(AlignType val)
          Deprecated. Sets the alignment for an AppletElement.
 TableElement TableElement.setAlign(AlignType align)
          Deprecated. Sets the alignment for the table on the page.
 ImageElement ImageElement.setAlign(AlignType val)
          Deprecated. Sets the ALIGN attribute for an ImageElement.
 LegendElement LegendElement.setAlign(AlignType alignment)
          Deprecated. Sets the alignment of a LegendElement relative to its FieldsetElement.
 TableRowElement TableRowElement.setAlign(AlignType val)
          Deprecated. Sets the horizontal alignment (ALIGN) of a TableRowElement.
 TableRowElement TableRowElement.setVAlign(AlignType val)
          Deprecated. Sets the vertical alignment (VALIGN) of a TableRowElement.
protected  THeadElement THeadElement.setAlign(AlignType align)
          Deprecated. Sets the ALIGN attribute for a THeadElement.
 THeadElement THeadElement.setVAlign(AlignType align)
          Deprecated. Sets the vertical alignment for a ColGroupElement.
 InputElement InputElement.setAlign(AlignType val)
          Deprecated. Sets the alignment of an InputElement.
 TableCaptionElement TableCaptionElement.setAlign(AlignType val)
          Deprecated. Sets the alignment for a TableCaptionElement to the specified AlignType.
 TBodyElement TBodyElement.setAlign(AlignType align)
          Deprecated. Sets the ALIGN attribute for a TBodyElement.
 TBodyElement TBodyElement.setVAlign(AlignType align)
          Deprecated. Sets the vertical alignment for a ColGroupElement.
 HorizontalRuleElement HorizontalRuleElement.setAlign(AlignType align)
          Deprecated. Sets the ALIGN attribute for a HorizontalRuleElement.
 

Constructors in weblogic.html with parameters of type AlignType
ColGroupElement.ColGroupElement(java.lang.String span, AlignType align)
          Deprecated. Constructs a ColGroupElement with the specified span and alignment.
SpacerElement.SpacerElement(AlignType alignment, int width, int height)
          Deprecated. Constructs a SpacerElement of type block, for which the size attribute is ignored, and the alignment, width, and height must be set.
AppletElement.AppletElement(java.lang.String code, int width, int height, AlignType align)
          Deprecated. Constructs an AppletElement with the specified code, width, height, and alignment.
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.