Annotation Interface HeaderScope
An enumerated value to define the cells that the header element relates to.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The default value.static final String
The header relates to all cells of the column it belongs to.static final String
The header belongs to a colgroup and relates to all of its cells.static final String
The header relates to all cells of the row it belongs to.static final String
The header belongs to a rowgroup and relates to all of its cells.
-
Field Details
-
row
The header relates to all cells of the row it belongs to.- See Also:
-
col
The header relates to all cells of the column it belongs to.- See Also:
-
rowgroup
The header belongs to a rowgroup and relates to all of its cells. These cells can be placed to the right or the left of the header, depending on the value of thedir
attribute in the<table>
element.- See Also:
-
colgroup
The header belongs to a colgroup and relates to all of its cells.- See Also:
-
auto
The default value.- See Also:
-