21.1.3.13 tbl
21.1.3.13 tbl
This element is the root element for a table. Within this element is contained everything that one would need to define a table within DrawingML.
[Example:
Consider the following example of a tbl within DrawingML:
<a:tbl>
<a:tblPr firstRow="1" bandRow="1">
…
<a:tblPr>
<a:tblGrid>
…
</a:tblGrid>
<a:tr h="419100">
…
</a:tr>
</a:tbl>
In this example, we see can see the definition of a table within DrawingML. end example]
[Note: The W3C XML Schema definition of this element’s content model (CT_Table) is located in A.4.1. end note]
Last updated on