2.24.3.65 CT_PageMargins
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_PrintSettings
A complex type<463> that specifies page margin settings.
Attributes:
l: A double ([XMLSCHEMA2/2] section 3.2.5) attribute<464> that specifies the left page margin in inches.
r: A double ([XMLSCHEMA2/2] section 3.2.5) attribute<465> that specifies the right page margin in inches.
t: A double ([XMLSCHEMA2/2] section 3.2.5) attribute<466> that specifies the top page margin in inches.
b: A double ([XMLSCHEMA2/2] section 3.2.5) attribute<467> that specifies the bottom page margin in inches.
header: A double ([XMLSCHEMA2/2] section 3.2.5) attribute<468> that specifies the header page margin in inches.
footer: A double ([XMLSCHEMA2/2] section 3.2.5) attribute<469> that specifies the footer page margin in inches.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_PageMargins"> <xsd:attribute name="l" type="xsd:double" use="required"/> <xsd:attribute name="r" type="xsd:double" use="required"/> <xsd:attribute name="t" type="xsd:double" use="required"/> <xsd:attribute name="b" type="xsd:double" use="required"/> <xsd:attribute name="header" type="xsd:double" use="required"/> <xsd:attribute name="footer" type="xsd:double" use="required"/> </xsd:complexType>
See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).