[Table of Contents] [docx version]
Error! No text of specified style in document.
printSettings (Print Settings)
This element specifies the print settings for the chart.
Parent Elements |
chartSpace (§5.7.2.29) |
Child Elements |
Subclause |
headerFooter (Header and Footer) |
§5.7.2.79 |
legacyDrawingHF (Legacy Drawing for Headers and Footers) |
§5.7.2.93 |
pageMargins (Page Margins) |
§5.7.2.134 |
pageSetup (Page Setup) |
§5.7.2.135 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_PrintSettings">
<sequence>
<element name="headerFooter" type="CT_HeaderFooter" minOccurs="0" maxOccurs="1"/>
<element name="pageMargins" type="CT_PageMargins" minOccurs="0" maxOccurs="1"/>
<element name="pageSetup" type="CT_PageSetup" minOccurs="0" maxOccurs="1"/>
<element name="legacyDrawingHF" type="CT_RelId" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>