2.24.3.72 CT_PrintSettings
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_ChartSpace
A complex type<496> that specifies print settings.
Child Elements:
headerFooter: A CT_HeaderFooter element<497> that specifies the header and footer settings.
pageMargins: A CT_PageMargins element<498> that specifies the page margins settings.
pageSetup: A CT_PageSetup element<499> that specifies the page setup settings.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_PrintSettings"> <xsd:sequence> <xsd:element name="headerFooter" type="CT_HeaderFooter" minOccurs="0" maxOccurs="1"/> <xsd:element name="pageMargins" type="CT_PageMargins" minOccurs="0" maxOccurs="1"/> <xsd:element name="pageSetup" type="CT_PageSetup" minOccurs="0" maxOccurs="1"/> </xsd:sequence> </xsd:complexType>
See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).