docx
    Preparing search index...

    Type Alias IPageBorderAttributes

    Attributes for configuring page border behavior.

    type IPageBorderAttributes = {
        display?: typeof PageBorderDisplay[keyof typeof PageBorderDisplay];
        offsetFrom?: typeof PageBorderOffsetFrom[keyof typeof PageBorderOffsetFrom];
        zOrder?: typeof PageBorderZOrder[keyof typeof PageBorderZOrder];
    }
    Index

    Properties

    display?: typeof PageBorderDisplay[keyof typeof PageBorderDisplay]

    Which pages display the border

    offsetFrom?: typeof PageBorderOffsetFrom[keyof typeof PageBorderOffsetFrom]

    Whether border is positioned relative to page or text

    zOrder?: typeof PageBorderZOrder[keyof typeof PageBorderZOrder]

    Whether border appears in front or behind page contents