Uses of Class
com.sapportals.portal.prt.util.html.HtmlCol

Packages that use HtmlCol
com.sapportals.portal.prt.util.html   
 

Uses of HtmlCol in com.sapportals.portal.prt.util.html
 

Methods in com.sapportals.portal.prt.util.html that return HtmlCol
 HtmlCol HtmlCol.setSpan(java.lang.String span)
          Sets the SPAN="" attribute.
 HtmlCol HtmlCol.setSpan(int span)
          Sets the SPAN="" attribute.
 HtmlCol HtmlCol.setWidth(int width)
          Supplies user agents with a recommended cell width.
 HtmlCol HtmlCol.setWidth(java.lang.String width)
          Supplies user agents with a recommended cell width.
 HtmlCol HtmlCol.setAlign(java.lang.String align)
          Sets the ALIGN="" attribute convience variables are provided in the AlignType interface
 HtmlCol HtmlCol.setVAlign(java.lang.String valign)
          Sets the VALIGN="" attribute convience variables are provided in the AlignType interface
 HtmlCol HtmlCol.setChar(java.lang.String character)
          Sets the CHAR="" attribute.
 HtmlCol HtmlCol.setCharOff(int char_off)
          Sets the CHAROFF="" attribute.
 HtmlCol HtmlCol.setCharOff(java.lang.String char_off)
          Sets the CHAROFF="" attribute.