table:table-row
Element information
Namespace: urn:oasis:names:tc:opendocument:xmlns:table:1.0
Schema document: table.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Choice [1..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
table:number-rows-repeated | [0..1] | text:positiveInteger | Default value is "1". from group text:table-table-row-attlist | |
table:style-name | [0..1] | text:styleNameRef | from group text:table-table-row-attlist | |
table:default-cell-style-name | [0..1] | text:styleNameRef | from group text:table-table-row-attlist | |
table:visibility | [0..1] | text:table-visibility-value | Default value is "visible". from group text:table-table-row-attlist |
Used in
- Anonymous type of element table:table-header-rows
- Anonymous type of element table:table-rows
- Group text:table-rows
- 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
- Group text:table-rows-no-group via reference to text:table-rows
Sample instance
<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"> <dc:creator>string</dc:creator> <dc:date>2000-01-01T12:00:00</dc:date> <meta:date-string>string</meta:date-string> <text:p>Any text, intermingled with:... </text:p> </office:annotation> <table:detective> <table:highlighted-range/> <table:operation table:name="trace-dependents" table:index="1"/> </table:detective> <text:h text:outline-level="1">Any text, intermingled with: <text:number>string</text:number> <text:s/> </text:h> </table:table-cell> </table:table-row>