Uses of Class
org.apache.ecs.xhtml.tfoot

Packages that use tfoot
org.apache.ecs.xhtml   
 

Uses of tfoot in org.apache.ecs.xhtml
 

Methods in org.apache.ecs.xhtml that return tfoot
 tfoot tfoot.setSpan(java.lang.String span)
          Sets the span="" attribute.
 tfoot tfoot.setSpan(int span)
          Sets the span="" attribute.
 tfoot tfoot.setWidth(int width)
          Supplies user agents with a recommended cell width.
 tfoot tfoot.setWidth(java.lang.String width)
          Supplies user agents with a recommended cell width.
 tfoot tfoot.setAlign(java.lang.String align)
          Sets the align="" attribute convience variables are provided in the AlignType interface
 tfoot tfoot.setVAlign(java.lang.String valign)
          Sets the valign="" attribute convience variables are provided in the AlignType interface
 tfoot tfoot.setChar(java.lang.String character)
          Sets the char="" attribute.
 tfoot tfoot.setCharOff(int char_off)
          Sets the charoff="" attribute.
 tfoot tfoot.setCharOff(java.lang.String char_off)
          Sets the charoff="" attribute.
 tfoot tfoot.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 tfoot tfoot.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 tfoot tfoot.addElement(Element element)
          Adds an Element to the element.
 tfoot tfoot.addElement(java.lang.String element)
          Adds an Element to the element.
 tfoot tfoot.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 



Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.