table:table-template
Element information
Namespace: urn:oasis:names:tc:opendocument:xmlns:table:1.0
Schema document: table.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- table:first-row [0..1]
- table:last-row [0..1]
- table:first-column [0..1]
- table:last-column [0..1]
- Choice [1..1]
- table:body
- Sequence [1..1]
- table:even-rows [1..1]
- table:odd-rows [1..1]
- Sequence [1..1]
- table:even-columns [1..1]
- table:odd-columns [1..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
text:name | [1..1] | text:string | from group text:table-table-template-attlist | |
text:first-row-start-column | [1..1] | text:rowOrCol | from group text:table-table-template-attlist | |
text:first-row-end-column | [1..1] | text:rowOrCol | from group text:table-table-template-attlist | |
text:last-row-start-column | [1..1] | text:rowOrCol | from group text:table-table-template-attlist | |
text:last-row-end-column | [1..1] | text:rowOrCol | from group text:table-table-template-attlist |
Sample instance
<table:table-template text:name="string" text:first-row-start-column="row" text:first-row-end-column="row" text:last-row-start-column="row" text:last-row-end-column="row"> <table:first-row text:style-name="NCName" text:paragraph-style-name="NCName"/> <table:last-row text:style-name="NCName" text:paragraph-style-name="NCName"/> <table:first-column text:style-name="NCName" text:paragraph-style-name="NCName"/> <table:last-column text:style-name="NCName" text:paragraph-style-name="NCName"/> <table:body text:style-name="NCName" text:paragraph-style-name="NCName"/> </table:table-template>