table:table-header-rows
Element information
Namespace: urn:oasis:names:tc:opendocument:xmlns:table:1.0
Schema document: table.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..*]
- text:soft-page-break [0..1]
- table:table-row [1..1]
Attributes
None
Used in
- Group text:table-rows-no-group
- Anonymous type of element table:table via reference to text:table-rows-and-groups
- Anonymous type of element table:table-row-group via reference to text:table-rows-and-groups
- Group text:table-rows-and-groups via reference to text:table-rows-no-group
Sample instance
<table:table-header-rows> <text:soft-page-break/> <table:table-row> <table:table-cell office:value-type="float"> <table:cell-range-source table:name="string" table:last-column-spanned="1" table:last-row-spanned="1" xlink:actuate="onRequest" xlink:href="http://www.example.com/" table:refresh-delay="P1Y2M3DT10H"/> <office:annotation svg:x="string" svg:y="string" svg:width="string" svg:height="string" draw:id="ID" draw:name="string">... </office:annotation> <table:detective>... </table:detective> <text:h text:outline-level="1">Any text, intermingled with:... </text:h> </table:table-cell> </table:table-row> </table:table-header-rows>