public static class Html4.TH extends HtmlParentElement implements Html4.ParentElement<Html4.TH>
<th>
.Modifier and Type | Field and Description |
---|---|
static HtmlElementType |
TYPE
HtmlElementType for
<th> (void=false, block=true, pre=false). |
Constructor and Description |
---|
TH() |
Instance Methods | |
---|---|
HtmlElementType |
getElementType()
Get the metadata of this element.
|
Html4.TH |
abbr(CharSequence value)
Set attribute
abbr="{value}" . |
Html4.TH |
align(CharSequence value)
Set attribute
align="{value}" . |
Html4.TH |
axis(CharSequence value)
Set attribute
axis="{value}" . |
Html4.TH |
char_(CharSequence value)
Set attribute
char="{value}" . |
Html4.TH |
charoff(int value)
Set attribute
charoff="{value}" . |
Html4.TH |
charoff(CharSequence value)
Set attribute
charoff="{value}" . |
Html4.TH |
colspan(int value)
Set attribute
colspan="{value}" . |
Html4.TH |
headers(CharSequence value)
Set attribute
headers="{value}" . |
Html4.TH |
rowspan(int value)
Set attribute
rowspan="{value}" . |
Html4.TH |
scope(CharSequence value)
Set attribute
scope="{value}" . |
Html4.TH |
valign(CharSequence value)
Set attribute
valign="{value}" . |
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
attr, attr, attr, attr, class_, class_add, dir, getAttribute, id, lang, on, setAttribute, style, title
addChild, addChild, addChildren, detachChildren, getChild, getChildCount, getChildList, removeChild, render, setChild
public static final HtmlElementType TYPE
<th>
(void=false, block=true, pre=false).public HtmlElementType getElementType()
HtmlElement
HtmlElementType
.getElementType
in class HtmlElement
public Html4.TH abbr(CharSequence value)
abbr="{value}"
.public Html4.TH align(CharSequence value)
align="{value}"
.public Html4.TH axis(CharSequence value)
axis="{value}"
.public Html4.TH char_(CharSequence value)
char="{value}"
.public Html4.TH charoff(int value)
charoff="{value}"
.public Html4.TH charoff(CharSequence value)
charoff="{value}"
.public Html4.TH colspan(int value)
colspan="{value}"
.public Html4.TH headers(CharSequence value)
headers="{value}"
.public Html4.TH rowspan(int value)
rowspan="{value}"
.public Html4.TH scope(CharSequence value)
scope="{value}"
.public Html4.TH valign(CharSequence value)
valign="{value}"
.