docx
    Preparing search index...

    Variable PageBorderDisplayConst

    PageBorderDisplay: {
        ALL_PAGES: "allPages";
        FIRST_PAGE: "firstPage";
        NOT_FIRST_PAGE: "notFirstPage";
    } = ...

    Specifies which pages display the page border.

    <xsd:simpleType name="ST_PageBorderDisplay">
    <xsd:restriction base="xsd:string">
    <xsd:enumeration value="allPages"/>
    <xsd:enumeration value="firstPage"/>
    <xsd:enumeration value="notFirstPage"/>
    </xsd:restriction>
    </xsd:simpleType>

    Type Declaration

    • ReadonlyALL_PAGES: "allPages"

      Display border on all pages

    • ReadonlyFIRST_PAGE: "firstPage"

      Display border only on first page

    • ReadonlyNOT_FIRST_PAGE: "notFirstPage"

      Display border on all pages except first page