Definition Type: Element
Name: PageMargins
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Contains information related to page margins.
Collapse XSD Schema Diagram:
Drilldown into Bottom in schema excel_xsd Drilldown into Top in schema excel_xsd Drilldown into Right in schema excel_xsd Drilldown into Left in schema excel_xsdXSD Diagram of PageMargins in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="PageMargins" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Contains information related to page margins.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:attribute name="Left" type="xsd:double" use="optional" form="qualified">
            <xsd:annotation>
                <xsd:documentation>Specifies the size in points of the left margin.</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="Right" type="xsd:double" use="optional" form="qualified">
            <xsd:annotation>
                <xsd:documentation>Specifies the size in points of the right margin.</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="Top" type="xsd:double" use="optional" form="qualified">
            <xsd:annotation>
                <xsd:documentation>Specifies the size in points of the top margin.</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="Bottom" type="xsd:double" use="optional" form="qualified">
            <xsd:annotation>
                <xsd:documentation>Specifies the size in points of the bottom margin.</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
Left x:Left Optional
Right x:Right Optional
Top x:Top Optional
Bottom x:Bottom Optional