docx
    Preparing search index...

    Variable PageBorderZOrderConst

    PageBorderZOrder: { BACK: "back"; FRONT: "front" } = ...

    Specifies z-order of page border relative to intersecting objects.

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

    Type Declaration

    • ReadonlyBACK: "back"

      Display border behind page contents

    • ReadonlyFRONT: "front"

      Display border in front of page contents (default)