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

Packages that use td
org.apache.ecs.xhtml   
 

Uses of td in org.apache.ecs.xhtml
 

Methods in org.apache.ecs.xhtml that return td
 td td.setAbbr(java.lang.String cdata)
          Sets the abbr="" attribute.
 td td.setAxis(java.lang.String cdata)
          Sets the axis="" attribute
 td td.setAxes(java.lang.String id_refs)
          Sets the axes="" attribute
 td td.setRowSpan(int rowspan)
          Sets the rowspan="" attribute
 td td.setRowSpan(java.lang.String rowspan)
          Sets the rowspan="" attribute
 td td.setColSpan(int colspan)
          Sets the colspan="" attribute
 td td.setColSpan(java.lang.String colspan)
          Sets the colspan="" attribute
 td td.setNoWrap(boolean wrap)
          Sets word wrap on or off.
 td td.setWidth(int width)
          Supplies user agents with a recommended cell width.
 td td.setWidth(java.lang.String width)
          Supplies user agents with a recommended cell width.
 td td.setHeight(int height)
          Supplies user agents with a recommended cell height.
 td td.setHeight(java.lang.String height)
          Supplies user agents with a recommended cell height.
 td td.setAlign(java.lang.String align)
          Sets the align="" attribute convience variables are provided in the AlignType interface
 td td.setVAlign(java.lang.String valign)
          Sets the valign="" attribute convience variables are provided in the AlignType interface
 td td.setChar(java.lang.String character)
          Sets the char="" attribute.
 td td.setCharOff(int char_off)
          Sets the charoff="" attribute.
 td td.setCharOff(java.lang.String char_off)
          Sets the charoff="" attribute.
 td td.setBgColor(java.lang.String color)
          Sets the bgcolor="" attribute
 td td.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 td td.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 td td.addElement(Element element)
          Adds an Element to the element.
 td td.addElement(java.lang.String element)
          Adds an Element to the element.
 td td.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 



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