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

Packages that use Col
org.apache.ecs.html   
 

Uses of Col in org.apache.ecs.html
 

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



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