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

Packages that use ColGroup
org.apache.ecs.html   
 

Uses of ColGroup in org.apache.ecs.html
 

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



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