public static class Html4.COLGROUP extends HtmlParentElement implements Html4.ParentElement<Html4.COLGROUP>
<colgroup>.| Modifier and Type | Field and Description |
|---|---|
static HtmlElementType |
TYPE
HtmlElementType for
<colgroup> (void=false, block=true, pre=false). |
| Constructor and Description |
|---|
COLGROUP() |
| Instance Methods | |
|---|---|
HtmlElementType |
getElementType()
Get the metadata of this element.
|
Html4.COLGROUP |
align(CharSequence value)
Set attribute
align="{value}". |
Html4.COLGROUP |
char_(CharSequence value)
Set attribute
char="{value}". |
Html4.COLGROUP |
charoff(int value)
Set attribute
charoff="{value}". |
Html4.COLGROUP |
charoff(CharSequence value)
Set attribute
charoff="{value}". |
Html4.COLGROUP |
span(int value)
Set attribute
span="{value}". |
Html4.COLGROUP |
valign(CharSequence value)
Set attribute
valign="{value}". |
Html4.COLGROUP |
width(int value)
Set attribute
width="{value}". |
Html4.COLGROUP |
width(CharSequence value)
Set attribute
width="{value}". |
addChild, addChild, addChildren, detachChildren, getChild, getChildCount, removeChild, render, setChildgetAttribute, getAttributeCount, getAttributeMap, isBlock, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, addattr, attr, attr, attr, class_, class_add, dir, getAttribute, id, lang, on, setAttribute, style, titleaddChild, addChild, addChildren, detachChildren, getChild, getChildCount, getChildList, removeChild, render, setChildpublic static final HtmlElementType TYPE
<colgroup> (void=false, block=true, pre=false).public HtmlElementType getElementType()
HtmlElementHtmlElementType.getElementType in class HtmlElementpublic Html4.COLGROUP align(CharSequence value)
align="{value}".public Html4.COLGROUP char_(CharSequence value)
char="{value}".public Html4.COLGROUP charoff(int value)
charoff="{value}".public Html4.COLGROUP charoff(CharSequence value)
charoff="{value}".public Html4.COLGROUP span(int value)
span="{value}".public Html4.COLGROUP valign(CharSequence value)
valign="{value}".public Html4.COLGROUP width(int value)
width="{value}".public Html4.COLGROUP width(CharSequence value)
width="{value}".