BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.html.ColGroupElement

Packages that use ColGroupElement
weblogic.html   
 

Uses of ColGroupElement in weblogic.html
 

Methods in weblogic.html that return ColGroupElement
 ColGroupElement ColGroupElement.setAlign(AlignType align)
          Sets the alignment.
 ColGroupElement ColGroupElement.setSpan(java.lang.String span)
          Sets the SPAN attribute for a ColGroupElement.
 ColGroupElement ColGroupElement.setSpan(int span)
          Sets the SPAN attribute for a ColGroupElement.
 ColGroupElement ColGroupElement.setWidth(java.lang.String width)
          Sets the WIDTH attribute for a ColGroupElement.
 ColGroupElement ColGroupElement.setVAlign(AlignType align)
          Sets the vertical alignment for a ColGroupElement.
 ColGroupElement ColGroupElement.setCharAlign(java.lang.String chr)
          Sets the ALIGN attribute for a ColGroupElement to "char", and sets the character for alignment as specified.
 ColGroupElement ColGroupElement.setCharOffset(int offset)
          Sets the offset of an alignment character.
 ColGroupElement ColGroupElement.setCharOffset(java.lang.String chr, int offset)
          Sets the offset of the specified alignment character on each line.
 ColGroupElement ColGroupElement.addElement(ColElement ce)
          Adds a ColElement to a ColGroupElement.
 

Methods in weblogic.html with parameters of type ColGroupElement
 TableElement TableElement.addElement(ColGroupElement cge)
          Adds a ColGroupElement to a TableElement.
 


Documentation is available at
http://www.weblogic.com/docs51