Annotation Interface HeaderScope
An enumerated value to define the cells that the header element relates to.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe default value.static final StringThe header relates to all cells of the column it belongs to.static final StringThe header belongs to a colgroup and relates to all of its cells.static final StringThe header relates to all cells of the row it belongs to.static final StringThe 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 thedirattribute 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:
-