| Package | Description | 
|---|---|
| bayou.html | 
 For building html trees. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default Html5.COLGROUP | 
Html5._colgroup()
Build element  
<colgroup>. | 
default Html5.COLGROUP | 
Html5._colgroup(Object... children)
Build element  
<colgroup> with children. | 
default Html5.COLGROUP | 
Html5._colgroup(Runnable code)
Build element  
<colgroup>; with it as the context parent, run `code`. | 
Html5.COLGROUP | 
Html5.COLGROUP.align(CharSequence value)
Deprecated. 
 
This attribute is deprecated in html5. 
 | 
Html5.COLGROUP | 
Html5.COLGROUP.char_(CharSequence value)
Deprecated. 
 
This attribute is deprecated in html5. 
 | 
Html5.COLGROUP | 
Html5.COLGROUP.charoff(CharSequence value)
Deprecated. 
 
This attribute is deprecated in html5. 
 | 
Html5.COLGROUP | 
Html5.COLGROUP.charoff(int value)
Deprecated. 
 
This attribute is deprecated in html5. 
 | 
Html5.COLGROUP | 
Html5.COLGROUP.span(int value)
Set attribute  
span="{value}". | 
Html5.COLGROUP | 
Html5.COLGROUP.valign(CharSequence value)
Deprecated. 
 
This attribute is deprecated in html5. 
 | 
Html5.COLGROUP | 
Html5.COLGROUP.width(CharSequence value)
Deprecated. 
 
This attribute is deprecated in html5. 
 | 
Html5.COLGROUP | 
Html5.COLGROUP.width(int value)
Deprecated. 
 
This attribute is deprecated in html5. 
 |