Specifies which pages the page border is printed on.
Namespace | http://schemas.microsoft.com/office/word/2003/wordml |
Schema name | XML Document 2003 |
<xsd:simpleType name="pageBorderDisplayValue" >
<xsd:restriction base="xsd:string">
<xsd:enumeration value="all-pages">
</xsd:enumeration>
<xsd:enumeration value="first-page">
</xsd:enumeration>
<xsd:enumeration value="not-first-page">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>