Definition Type: ComplexType
Name: pageMarType
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines page margins (the blank space around the edges of the page).
Collapse XSD Schema Diagram:
Drilldown into gutter in schema wordnet_xsd Drilldown into footer in schema wordnet_xsd Drilldown into header in schema wordnet_xsd Drilldown into left in schema wordnet_xsd Drilldown into bottom in schema wordnet_xsd Drilldown into right in schema wordnet_xsd Drilldown into top in schema wordnet_xsdXSD Diagram of pageMarType in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="pageMarType">
    <xsd:annotation>
        <xsd:documentation>Defines page margins (the blank space around the edges of the page).</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="top" type="signedTwipsMeasureType" use="required">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the distance between the top edge of the page and the top of the first line on the page.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="right" type="twipsMeasureType" use="required">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the distance between the right edge of the page and the right end of a line with no right indent.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="bottom" type="signedTwipsMeasureType" use="required">
        <xsd:annotation>
            <xsd:documentation>Gets or sets distance between the bottom edge of the page and the bottom of the last line on the page.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="left" type="twipsMeasureType" use="required">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the distance between the left edge of the page and the left edge of unindented lines.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="header" type="twipsMeasureType" use="required">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the distance from the top edge of the paper to the top edge of the header.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="footer" type="twipsMeasureType" use="required">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the distance from the bottom edge of the paper to the bottom edge of the footer.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="gutter" type="twipsMeasureType" use="required">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the amount of extra space added to the margin for document binding.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
top W:top Required
right W:right Required
bottom W:bottom Required
left W:left Required
header W:header Required
footer W:footer Required
gutter W:gutter Required
Collapse Derivation Tree:
Collapse References:
W:pgMar