PageMargins element
Contains information related to page margins.
Usage
<PageMargins
Left="xsd:double"
Right="xsd:double"
Top="xsd:double"
Bottom="xsd:double"
/>
Element Information
Element type
|
Anonymous |
Namespace
|
urn:schemas-microsoft-com:office:excel |
Schema name
|
XML Spreadsheet 2000 |
Elements and Attributes
Parent Elements
Element |
Description |
PageSetup |
Contains information related to settings for printing worksheets. |
Child Elements
None.
Attributes
Attribute |
Type |
Required |
Description |
Possible Values |
Left |
xsd:double |
optional |
Specifies the size in points of the left margin. |
See external namespace. |
Right |
xsd:double |
optional |
Specifies the size in points of the right margin. |
See external namespace. |
Top |
xsd:double |
optional |
Specifies the size in points of the top margin. |
See external namespace. |
Bottom |
xsd:double |
optional |
Specifies the size in points of the bottom margin. |
See external namespace. |
Definition
<xsd:element name="PageMargins" minOccurs="0" >
<xsd:complexType>
<xsd:attribute name="Left" type="xsd:double" use="optional" form="qualified">
</xsd:attribute>
<xsd:attribute name="Right" type="xsd:double" use="optional" form="qualified">
</xsd:attribute>
<xsd:attribute name="Top" type="xsd:double" use="optional" form="qualified">
</xsd:attribute>
<xsd:attribute name="Bottom" type="xsd:double" use="optional" form="qualified">
</xsd:attribute>
</xsd:complexType>
</xsd:element>
©2003-2004 Microsoft Corporation. All rights reserved.
Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp