[Table of Contents] [docx version]
Error! No text of specified style in document.
This element specifies a data table.
Parent Elements |
plotArea (§5.7.2.146) |
Child Elements |
Subclause |
extLst (Chart Extensibility) |
§5.7.2.64 |
showHorzBorder (Show Horizontal Border) |
§5.7.2.182 |
showKeys (Show Legend Keys) |
§5.7.2.183 |
showOutline (Show Outline Border) |
§5.7.2.187 |
showVertBorder (Show Vertical Border) |
§5.7.2.191 |
spPr (Shape Properties) |
§5.7.2.198 |
txPr (Text Properties) |
§5.7.2.217 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_DTable">
<sequence>
<element name="showHorzBorder" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>
<element name="showVertBorder" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>
<element name="showOutline" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>
<element name="showKeys" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>
<element name="spPr" type="a:CT_ShapeProperties" minOccurs="0" maxOccurs="1"/>
<element name="txPr" type="a:CT_TextBody" minOccurs="0" maxOccurs="1"/>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>