docx

    Type Alias ISectionPropertiesOptions

    type ISectionPropertiesOptions = {
        column?: IColumnsAttributes;
        footerWrapperGroup?: IHeaderFooterGroup<FooterWrapper>;
        grid?: Partial<IDocGridAttributesProperties>;
        headerWrapperGroup?: IHeaderFooterGroup<HeaderWrapper>;
        lineNumbers?: ILineNumberAttributes;
        page?: {
            borders?: IPageBordersOptions;
            margin?: IPageMarginAttributes;
            pageNumbers?: IPageNumberTypeAttributes;
            size?: Partial<IPageSizeAttributes>;
            textDirection?: typeof PageTextDirectionType[keyof typeof PageTextDirectionType];
        };
        titlePage?: boolean;
        type?: typeof SectionType[keyof typeof SectionType];
        verticalAlign?: typeof VerticalAlign[keyof typeof VerticalAlign];
    }
    Index

    Properties

    footerWrapperGroup?: IHeaderFooterGroup<FooterWrapper>
    headerWrapperGroup?: IHeaderFooterGroup<HeaderWrapper>
    lineNumbers?: ILineNumberAttributes
    page?: {
        borders?: IPageBordersOptions;
        margin?: IPageMarginAttributes;
        pageNumbers?: IPageNumberTypeAttributes;
        size?: Partial<IPageSizeAttributes>;
        textDirection?: typeof PageTextDirectionType[keyof typeof PageTextDirectionType];
    }
    titlePage?: boolean
    type?: typeof SectionType[keyof typeof SectionType]
    verticalAlign?: typeof VerticalAlign[keyof typeof VerticalAlign]
    MMNEPVFCICPMFPCPTTAAATR