<pageMargins>
(Page Margins)
Page margins for a sheet or a custom sheet view.
<pageMargins left="0.7" right="0.7" top="0.75" bottom="0.75" header="0.3" footer="0.3"/>
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Bottom Page Margin in inches. The possible values for this attribute are defined by the XML Schema double datatype. |
|
Footer Page Margin in inches. The possible values for this attribute are defined by the XML Schema double datatype. |
|
Header Page Margin in inches. The possible values for this attribute are defined by the XML Schema double datatype. |
|
Left Page Margin in inches. The possible values for this attribute are defined by the XML Schema double datatype. |
|
Right page margin in inches. The possible values for this attribute are defined by the XML Schema double datatype. |
|
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="left" type="xsd:double" use="required"/>
<attribute name="right" type="xsd:double" use="required"/>
<attribute name="top" type="xsd:double" use="required"/>
<attribute name="bottom" type="xsd:double" use="required"/>
<attribute name="header" type="xsd:double" use="required"/>
<attribute name="footer" type="xsd:double" use="required"/>
</complexType>