Uses of Class
org.apache.ecs.html.TBody

Packages that use TBody
org.apache.ecs.html   
 

Uses of TBody in org.apache.ecs.html
 

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



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