Interface IPageBorderAttributes

interface IPageBorderAttributes {
    display?: "allPages" | "firstPage" | "notFirstPage";
    offsetFrom?: "text" | "page";
    zOrder?: "back" | "front";
}

Properties

display?: "allPages" | "firstPage" | "notFirstPage"
offsetFrom?: "text" | "page"
zOrder?: "back" | "front"

Generated using TypeDoc