docx
    Preparing search index...

    Variable PageBorderOffsetFromConst

    PageBorderOffsetFrom: { PAGE: "page"; TEXT: "text" } = ...

    Specifies whether page border is positioned relative to page edge or text.

    <xsd:simpleType name="ST_PageBorderOffset">
    <xsd:restriction base="xsd:string">
    <xsd:enumeration value="page"/>
    <xsd:enumeration value="text"/>
    </xsd:restriction>
    </xsd:simpleType>

    Type Declaration

    • ReadonlyPAGE: "page"

      Position border relative to page edge

    • ReadonlyTEXT: "text"

      Position border relative to text (default)