Definition Type: ComplexType
Name: pageSzType
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines page size.
Collapse XSD Schema Diagram:
Drilldown into code in schema wordnet_xsd Drilldown into orient in schema wordnet_xsd Drilldown into h in schema wordnet_xsd Drilldown into w in schema wordnet_xsdXSD Diagram of pageSzType in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="pageSzType">
    <xsd:annotation>
        <xsd:documentation>Defines page size.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="w" type="twipsMeasureType" use="required">
        <xsd:annotation>
            <xsd:documentation>Gets or sets width of the page.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="h" type="twipsMeasureType" use="required">
        <xsd:annotation>
            <xsd:documentation>Gets or sets height of the page.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="orient" type="pageOrientationValue" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets page orientation.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="code" type="decimalNumberType">
        <xsd:annotation>
            <xsd:documentation>Gets or sets internal paper code to ensure the proper type is chosen if size matches size of multiple paper types supported by your printer.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
w W:w Required
h W:h Required
orient W:orient Optional
code W:code (Optional)
Collapse Derivation Tree:
Collapse References:
W:pgSz