Table class
Office 2013 and later
Table. When the object is serialized out as xml, its qualified name is a:tbl.
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.Table
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.Table
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
[ISO/IEC 29500-1 1st Edition]
tbl (Table)
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]
Child Elements | Subclause |
|---|---|
tblGrid (Table Grid) | §21.1.3.14 |
tblPr (Table Properties) | §21.1.3.15 |
tr (Table Row) | §21.1.3.18 |
[Note: The W3C XML Schema definition of this element’s content model (CT_Table) is located in §A.4.1. end note]
© ISO/IEC29500: 2008.
Show: