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

Packages that use TR
org.apache.ecs.html   
 

Uses of TR in org.apache.ecs.html
 

Methods in org.apache.ecs.html that return TR
 TR TR.setAlign(java.lang.String align)
          Sets the ALIGN="" attribute convience variables are provided in the AlignType interface
 TR TR.setVAlign(java.lang.String valign)
          Sets the ALIGN="" attribute convience variables are provided in the AlignType interface
 TR TR.setChar(java.lang.String character)
          Sets the CHAR="" attribute.
 TR TR.setCharOff(int char_off)
          Sets the CHAROFF="" attribute.
 TR TR.setCharOff(java.lang.String char_off)
          Sets the CHAROFF="" attribute.
 TR TR.setBgColor(java.lang.String color)
          Sets the BGCOLOR="" attribute
 TR TR.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 TR TR.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 TR TR.addElement(Element element)
          Adds an Element to the element.
 TR TR.addElement(java.lang.String element)
          Adds an Element to the element.
 TR TR.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 



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