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

Packages that use Table
org.apache.ecs.html   
 

Uses of Table in org.apache.ecs.html
 

Methods in org.apache.ecs.html that return Table
 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.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.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 Table Table.setAlign(java.lang.String align)
          Sets the ALIGN="" attribute.
 Table Table.setBgColor(java.lang.String color)
          Sets the BGCOLOR="" attribute
 Table Table.setBorder(int border)
          Sets the BORDER="" attribute.
 Table Table.setBorder(java.lang.String border)
          Sets the BORDER="" attribute.
 Table Table.setCellPadding(int cellpadding)
          Sets the CELLPADING="" attribute.
 Table Table.setCellPadding(java.lang.String cellpadding)
          Sets the CELLPADING="" attribute.
 Table Table.setCellSpacing(int cellspacing)
          Sets the CELLSPACING="" attribute.
 Table Table.setCellSpacing(java.lang.String cellspacing)
          Sets the CELLSPACING="" attribute.
 Table Table.setCols(int cols)
          Sets the COLS="" attribute.
 Table Table.setCols(java.lang.String cols)
          Sets the COLS="" attribute.
 Table Table.setFrame(java.lang.String frame)
          Sets the FRAME="" attribute.
 Table Table.setHeight(int height)
          Sets the HEIGHT="" attribute.
 Table Table.setHeight(java.lang.String height)
          Sets the HEIGHT="" attribute.
 Table Table.setRules(java.lang.String rules)
          Sets the RULES="" attribute.
 Table Table.setSummary(java.lang.String summary)
          Set the SUMMARY="" attribue.
 Table Table.setWidth(int width)
          Sets the WIDTH="" attribute.
 Table Table.setWidth(java.lang.String width)
          Sets the WIDTH="" attribute.
 



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