[Table of Contents] [docx version]
Error! No text of specified style in document.
This element specifies the page margins for a chart.
Parent Elements |
printSettings (§5.7.2.149) |
Attributes |
Description |
b (Bottom) |
Specifies the contents of this attribute will contain the bottom page margin in inches.
The possible values for this attribute are defined by the XML Schema double datatype. |
footer (Footer) |
Specifies the contents of this attribute will contain the footer margin in inches.
The possible values for this attribute are defined by the XML Schema double datatype. |
header (Header) |
Specifies the contents of this attribute will contain the header margin in inches.
The possible values for this attribute are defined by the XML Schema double datatype. |
l (Left) |
Specifies the contents of this attribute will contain the left page margin in inches.
The possible values for this attribute are defined by the XML Schema double datatype. |
r (Right) |
Specifies the contents of this attribute will contain the right page margin in inches.
The possible values for this attribute are defined by the XML Schema double datatype. |
t (Top) |
Specifies the contents of this attribute will contain the top page margin in inches.
The possible values for this attribute are defined by the XML Schema double datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_PageMargins">
<attribute name="l" type="xsd:double" use="required"/>
<attribute name="r" type="xsd:double" use="required"/>
<attribute name="t" type="xsd:double" use="required"/>
<attribute name="b" type="xsd:double" use="required"/>
<attribute name="header" type="xsd:double" use="required"/>
<attribute name="footer" type="xsd:double" use="required"/>
</complexType>