Package | Description |
---|---|
bayou.html |
For building html trees.
|
Modifier and Type | Class and Description |
---|---|
static class |
Html5.TFOOT
Html5 element
<tfoot> . |
Modifier and Type | Method and Description |
---|---|
default Html4.TFOOT |
Html4._tfoot()
Build element
<tfoot> . |
default Html4.TFOOT |
Html4._tfoot(Object... children)
Build element
<tfoot> with children. |
default Html4.TFOOT |
Html4._tfoot(Runnable code)
Build element
<tfoot> ; with it as the context parent, run `code`. |
Html4.TFOOT |
Html4.TFOOT.align(CharSequence value)
Set attribute
align="{value}" . |
Html4.TFOOT |
Html4.TFOOT.char_(CharSequence value)
Set attribute
char="{value}" . |
Html4.TFOOT |
Html4.TFOOT.charoff(CharSequence value)
Set attribute
charoff="{value}" . |
Html4.TFOOT |
Html4.TFOOT.charoff(int value)
Set attribute
charoff="{value}" . |
Html4.TFOOT |
Html4.TFOOT.valign(CharSequence value)
Set attribute
valign="{value}" . |