<printSettings>
(Print Settings)
This element specifies the print settings for the chart.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
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>