Interface ISectionPropertiesOptions

Hierarchy

  • ISectionPropertiesOptions

Properties

footerWrapperGroup?: IHeaderFooterGroup<FooterWrapper>
headerWrapperGroup?: IHeaderFooterGroup<HeaderWrapper>
lineNumbers?: ILineNumberAttributes
page?: {
    borders?: IPageBordersOptions;
    margin?: IPageMarginAttributes;
    pageNumbers?: IPageNumberTypeAttributes;
    size?: IPageSizeAttributes;
    textDirection?: PageTextDirectionType;
}

Type declaration

titlePage?: boolean
verticalAlign?: VerticalAlign

Generated using TypeDoc