public static class Html5.COLGROUP extends Html4.COLGROUP implements Html5.ParentElement<Html5.COLGROUP,Html4.COLGROUP>
<colgroup>
.TYPE
Constructor and Description |
---|
COLGROUP() |
Instance Methods | |
---|---|
Html5.COLGROUP |
span(int value)
Set attribute
span="{value}" . |
Html5.COLGROUP |
align(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.COLGROUP |
char_(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.COLGROUP |
charoff(int value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.COLGROUP |
charoff(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.COLGROUP |
valign(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.COLGROUP |
width(int value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.COLGROUP |
width(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
getElementType
addChild, addChild, addChildren, detachChildren, getChild, getChildCount, removeChild, render, setChild
getAttribute, getAttributeCount, getAttributeMap, isBlock, setAttribute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, add
addChild, addChild, addChildren, detachChildren, getChild, getChildCount, getChildList, removeChild, render, setChild
accesskey, attr, attr, attr, class_, class_add, contenteditable, contextmenu, data, dir, draggable, dropzone, hidden, id, inert, itemid, itemprop, itemref, itemscope, itemtype, lang, on, spellcheck, style, tabindex, title, translate
attr, getAttribute, setAttribute
public Html5.COLGROUP span(int value)
span="{value}"
.span
in class Html4.COLGROUP
public Html5.COLGROUP align(CharSequence value)
align="{value}"
.align
in class Html4.COLGROUP
public Html5.COLGROUP char_(CharSequence value)
char="{value}"
.char_
in class Html4.COLGROUP
public Html5.COLGROUP charoff(int value)
charoff="{value}"
.charoff
in class Html4.COLGROUP
public Html5.COLGROUP charoff(CharSequence value)
charoff="{value}"
.charoff
in class Html4.COLGROUP
public Html5.COLGROUP valign(CharSequence value)
valign="{value}"
.valign
in class Html4.COLGROUP
public Html5.COLGROUP width(int value)
width="{value}"
.width
in class Html4.COLGROUP
public Html5.COLGROUP width(CharSequence value)
width="{value}"
.width
in class Html4.COLGROUP