com.sapportals.portal.prt.util.html
Class HtmlCol
java.lang.Object
|
+--com.sapportals.portal.prt.util.html.HtmlAttributeContainer
|
+--com.sapportals.portal.prt.util.html.HtmlBase
|
+--com.sapportals.portal.prt.util.html.HtmlSinglePartElement
|
+--com.sapportals.portal.prt.util.html.HtmlCol
- All Implemented Interfaces:
- IHtmlAttributeContainer, IHtmlBase, IHtmlOutputable
- public class HtmlCol
- extends HtmlSinglePartElement
HtmlOption.java
Created: Wed Nov 03 19:16:54 1999
- Version:
- $Revision: #3 $
| Fields inherited from class com.sapportals.portal.prt.util.html.HtmlBase |
m_hasTag |
|
Method Summary |
HtmlCol |
setAlign(java.lang.String align)
Sets the ALIGN="" attribute convience variables are provided in the AlignType interface |
HtmlCol |
setChar(java.lang.String character)
Sets the CHAR="" attribute. |
HtmlCol |
setCharOff(int char_off)
Sets the CHAROFF="" attribute. |
HtmlCol |
setCharOff(java.lang.String char_off)
Sets the CHAROFF="" attribute. |
HtmlCol |
setSpan(int span)
Sets the SPAN="" attribute. |
HtmlCol |
setSpan(java.lang.String span)
Sets the SPAN="" attribute. |
HtmlCol |
setVAlign(java.lang.String valign)
Sets the VALIGN="" attribute convience variables are provided in the AlignType interface |
HtmlCol |
setWidth(int width)
Supplies user agents with a recommended cell width. |
HtmlCol |
setWidth(java.lang.String width)
Supplies user agents with a recommended cell width. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HtmlCol
public HtmlCol()
setSpan
public HtmlCol setSpan(java.lang.String span)
- Sets the SPAN="" attribute.
- Parameters:
span - sets the SPAN="" attribute.
setSpan
public HtmlCol setSpan(int span)
- Sets the SPAN="" attribute.
- Parameters:
span - sets the SPAN="" attribute.
setWidth
public HtmlCol setWidth(int width)
- Supplies user agents with a recommended cell width. (Pixel Values)
- Parameters:
width - how many pixels to make cell
setWidth
public HtmlCol setWidth(java.lang.String width)
- Supplies user agents with a recommended cell width. (Pixel Values)
- Parameters:
width - how many pixels to make cell
setAlign
public HtmlCol setAlign(java.lang.String align)
- Sets the ALIGN="" attribute convience variables are provided in the AlignType interface
- Parameters:
align - Sets the ALIGN="" attribute
setVAlign
public HtmlCol setVAlign(java.lang.String valign)
- Sets the VALIGN="" attribute convience variables are provided in the AlignType interface
- Parameters:
valign - Sets the ALIGN="" attribute
setChar
public HtmlCol setChar(java.lang.String character)
- Sets the CHAR="" attribute.
- Parameters:
character - the character to use for alignment.
setCharOff
public HtmlCol setCharOff(int char_off)
- Sets the CHAROFF="" attribute.
- Parameters:
char_off - When present this attribute specifies the offset
of the first occurrence of the alignment character on each line.
setCharOff
public HtmlCol setCharOff(java.lang.String char_off)
- Sets the CHAROFF="" attribute.
- Parameters:
char_off - When present this attribute specifies the offset
of the first occurrence of the alignment character on each line.