Uses of Class
org.apache.ecs.wml.Table

Packages that use Table
org.apache.ecs.wml   
 

Uses of Table in org.apache.ecs.wml
 

Methods in org.apache.ecs.wml that return Table
 Table Table.setAlign(java.lang.String align)
          Sets the align="" attribute.
 Table Table.setCols(int cols)
          Sets the columns="" attribute.
 Table Table.setCols(java.lang.String cols)
          Sets the columns="" attribute.
 Table Table.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Table Table.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 Table Table.addElement(Element element)
          Adds an Element to the element.
 Table Table.addElement(java.lang.String element)
          Adds an Element to the element.
 Table Table.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 



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