docx

    Type Alias IPageBorderAttributes

    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]
    offsetFrom?: typeof PageBorderOffsetFrom[keyof typeof PageBorderOffsetFrom]
    zOrder?: typeof PageBorderZOrder[keyof typeof PageBorderZOrder]
    MMNEPVFCICPMFPCPTTAAATR