public static class Html4.COL extends HtmlElement implements Html4.Element<Html4.COL>
<col>.| Modifier and Type | Field and Description |
|---|---|
static HtmlElementType |
TYPE
HtmlElementType for
<col> (void=true, block=true, pre=false). |
| Constructor and Description |
|---|
COL() |
| Instance Methods | |
|---|---|
HtmlElementType |
getElementType()
Get the metadata of this element.
|
Html4.COL |
align(CharSequence value)
Set attribute
align="{value}". |
Html4.COL |
char_(CharSequence value)
Set attribute
char="{value}". |
Html4.COL |
charoff(int value)
Set attribute
charoff="{value}". |
Html4.COL |
charoff(CharSequence value)
Set attribute
charoff="{value}". |
Html4.COL |
span(int value)
Set attribute
span="{value}". |
Html4.COL |
valign(CharSequence value)
Set attribute
valign="{value}". |
Html4.COL |
width(int value)
Set attribute
width="{value}". |
Html4.COL |
width(CharSequence value)
Set attribute
width="{value}". |
getAttribute, getAttributeCount, getAttributeMap, isBlock, render, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitattr, attr, attr, attr, class_, class_add, dir, getAttribute, id, lang, on, setAttribute, style, titlepublic static final HtmlElementType TYPE
<col> (void=true, block=true, pre=false).public HtmlElementType getElementType()
HtmlElementHtmlElementType.getElementType in class HtmlElementpublic Html4.COL align(CharSequence value)
align="{value}".public Html4.COL char_(CharSequence value)
char="{value}".public Html4.COL charoff(int value)
charoff="{value}".public Html4.COL charoff(CharSequence value)
charoff="{value}".public Html4.COL span(int value)
span="{value}".public Html4.COL valign(CharSequence value)
valign="{value}".public Html4.COL width(int value)
width="{value}".public Html4.COL width(CharSequence value)
width="{value}".