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

Packages that use thead
org.apache.ecs.xhtml   
 

Uses of thead in org.apache.ecs.xhtml
 

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



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