public static class Html5.COL extends Html4.COL implements Html5.Element<Html5.COL,Html4.COL>
<col>.| Constructor and Description |
|---|
COL() |
| Instance Methods | |
|---|---|
Html5.COL |
span(int value)
Set attribute
span="{value}". |
Html5.COL |
align(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.COL |
char_(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.COL |
charoff(int value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.COL |
charoff(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.COL |
valign(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.COL |
width(int value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.COL |
width(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
getElementTypegetAttribute, getAttributeCount, getAttributeMap, isBlock, render, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccesskey, 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, translateattr, getAttribute, setAttributepublic Html5.COL span(int value)
span="{value}".public Html5.COL align(CharSequence value)
align="{value}".public Html5.COL char_(CharSequence value)
char="{value}".public Html5.COL charoff(int value)
charoff="{value}".public Html5.COL charoff(CharSequence value)
charoff="{value}".public Html5.COL valign(CharSequence value)
valign="{value}".public Html5.COL width(int value)
width="{value}".public Html5.COL width(CharSequence value)
width="{value}".