public static class Html5.TD extends Html4.TD implements Html5.ParentElement<Html5.TD,Html4.TD>
<td>
.Constructor and Description |
---|
TD() |
Instance Methods | |
---|---|
Html5.TD |
colspan(int value)
Set attribute
colspan="{value}" . |
Html5.TD |
headers(CharSequence value)
Set attribute
headers="{value}" . |
Html5.TD |
rowspan(int value)
Set attribute
rowspan="{value}" . |
Html5.TD |
abbr(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.TD |
align(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.TD |
axis(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.TD |
char_(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.TD |
charoff(int value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.TD |
charoff(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.TD |
scope(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.TD |
valign(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.TD colspan(int value)
colspan="{value}"
.public Html5.TD headers(CharSequence value)
headers="{value}"
.public Html5.TD rowspan(int value)
rowspan="{value}"
.public Html5.TD abbr(CharSequence value)
abbr="{value}"
.public Html5.TD align(CharSequence value)
align="{value}"
.public Html5.TD axis(CharSequence value)
axis="{value}"
.public Html5.TD char_(CharSequence value)
char="{value}"
.public Html5.TD charoff(int value)
charoff="{value}"
.public Html5.TD charoff(CharSequence value)
charoff="{value}"
.public Html5.TD scope(CharSequence value)
scope="{value}"
.public Html5.TD valign(CharSequence value)
valign="{value}"
.