Definition Type: SimpleType
Name: ST_PageBorderDisplay
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Documentation:
Page Border Display Options
Collapse XSD Schema Diagram:
XSD Diagram of ST_PageBorderDisplay in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_PageBorderDisplay">
    <xsd:annotation>
        <xsd:documentation>Page Border Display Options</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="allPages">
            <xsd:annotation>
                <xsd:documentation>Display Page Border on All Pages</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="firstPage">
            <xsd:annotation>
                <xsd:documentation>Display Page Border on First Page</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="notFirstPage">
            <xsd:annotation>
                <xsd:documentation>Display Page Border on All Pages Except First</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration allPages
Enumeration firstPage
Enumeration notFirstPage
Collapse Derivation Tree:
Collapse References:
w:display