Type Alias IPageBorderAttributes

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