<pageMargins>
(Page Margins)
This element specifies the page margins for a chart.
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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>