BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.html.TFootElement

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

Uses of TFootElement in weblogic.html
 

Methods in weblogic.html that return TFootElement
 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.
 TFootElement TFootElement.setCharAlign(java.lang.String chr)
          Deprecated. Sets the ALIGN attribute for a TFootElement to "char", and sets the character for alignment as specified.
 TFootElement TFootElement.setCharOffset(int offset)
          Deprecated. Sets the offset of an alignment character.
 TFootElement TFootElement.setCharOffset(java.lang.String chr, int offset)
          Deprecated. Sets the offset of the specified alignment character on each line.
 TFootElement TFootElement.addElement(TableRowElement tre)
          Deprecated. Adds a TableRowElement to a TableFootElement.
 TFootElement TableElement.getTFoot()
          Deprecated. Returns the TFoot section of a TableElement.
 

Methods in weblogic.html with parameters of type TFootElement
 TableElement TableElement.addElement(TFootElement tfe)
          Deprecated. Adds a TFootElement to a TableElement.
 


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.