Package | Description |
---|---|
bayou.html |
For building html trees.
|
Modifier and Type | Method and Description |
---|---|
default Html5.COL |
Html5._col()
Build element
<col> . |
Html5.COL |
Html5.COL.align(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.COL |
Html5.COL.char_(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.COL |
Html5.COL.charoff(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.COL |
Html5.COL.charoff(int value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.COL |
Html5.COL.span(int value)
Set attribute
span="{value}" . |
Html5.COL |
Html5.COL.valign(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.COL |
Html5.COL.width(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.COL |
Html5.COL.width(int value)
Deprecated.
This attribute is deprecated in html5.
|