| Package | Description |
|---|---|
| org.testatoo.cartridge.html4.element |
| Modifier and Type | Method and Description |
|---|---|
Cellhalign |
THead.cellhalign()
To get the cellhalign attribute of the table header
|
Cellhalign |
Th.cellhalign()
To get the cellhalign attribute of the th element.
|
Cellhalign |
Col.cellhalign()
To get the cellhalign attribute of the column.
|
Cellhalign |
TBody.cellhalign()
To get the cellhalign attribute of the TBody element
|
Cellhalign |
TFoot.cellhalign()
To get the cellhalign attribute of the table footer
|
Cellhalign |
Td.cellhalign()
To get the cellhalign attribute of the td element.
|
Cellhalign |
Tr.cellhalign()
To get the cellhalign attribute of the tr element.
|
Cellhalign |
Colgroup.cellhalign()
To get the cellhalign attribute of the column group.
|
static Cellhalign |
Cellhalign.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cellhalign[] |
Cellhalign.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008-2013 Ovea. All Rights Reserved.