Interface IPageBordersOptions

interface IPageBordersOptions {
    pageBorderBottom?: IBorderOptions;
    pageBorderLeft?: IBorderOptions;
    pageBorderRight?: IBorderOptions;
    pageBorderTop?: IBorderOptions;
    pageBorders?: IPageBorderAttributes;
}

Properties

pageBorderBottom?: IBorderOptions
pageBorderLeft?: IBorderOptions
pageBorderRight?: IBorderOptions
pageBorderTop?: IBorderOptions
pageBorders?: IPageBorderAttributes

Generated using TypeDoc