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