<ST_PageBorderZOrder> (Page Border Z-Order)

This simple type specifies whether the page border is positioned above or below intersecting texts and objects in this document.

example:

This setting is specified by setting the value of an attribute with to back, which specifies that the page border shall be displayed behind all intersecting text and objects. ]

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

The following are possible enumeration values for this type:

Enumeration Value

Description

<back> (Page Border Behind Text)

Specifies that the page border shall be rendered beneath any text or object which intersects it - effectively placing it at the lowest z-order on the page.

<front> (Page Border Ahead of Text)

Specifies that the page border shall be rendered above any text or object which intersects it - effectively placing it at the highest z-order on the page.

Referenced By

<pgBorders@zOrder>2.6.10)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_PageBorderZOrder">
	<restriction base="xsd:string">
	<enumeration value="front"/>
	<enumeration value="back"/>
	</restriction>
</simpleType>