17.18.62 ST_PageBorderDisplay

This simple type specifies the pages in the parent section on which the page border shall be printed.

[Example: Consider a section in a document for which the page border must only be printed on the first page. This setting is specified using the following WordprocessingML:

<w:pgBorders w:display="firstPage">
</w:pgBorders>

The display attribute with a value of firstPage specifies that only the first page must display the page border defined for this section. end example]

This simple type’s contents are a restriction of the W3C XML Schema string datatype.

This simple type is restricted to the values

listed in the following table:

Enumeration Value

Description

Specifies that the page border shall be displayed on all pages in the parent section.

Specifies that the page border shall be displayed on only the first page in the parent section.

Except

Specifies that the page border shall be displayed on only the first page in the parent section.

[Note: The W3C XML Schema definition of this simple type’s content model (ST_PageBorderDisplay) is located in A.1. end note]

Last updated on