docx

    Type Alias ITableOptions

    type ITableOptions = {
        alignment?: typeof AlignmentType[keyof typeof AlignmentType];
        borders?: ITableBordersOptions;
        cellSpacing?: ITableCellSpacingProperties;
        columnWidths?: readonly number[];
        float?: ITableFloatOptions;
        indent?: ITableWidthProperties;
        layout?: typeof TableLayoutType[keyof typeof TableLayoutType];
        margins?: ITableCellMarginOptions;
        rows: readonly TableRow[];
        style?: string;
        visuallyRightToLeft?: boolean;
        width?: ITableWidthProperties;
    }
    Index

    Properties

    alignment?: typeof AlignmentType[keyof typeof AlignmentType]
    cellSpacing?: ITableCellSpacingProperties
    columnWidths?: readonly number[]
    layout?: typeof TableLayoutType[keyof typeof TableLayoutType]
    margins?: ITableCellMarginOptions
    rows: readonly TableRow[]
    style?: string
    visuallyRightToLeft?: boolean
    MMNEPVFCICPMFPCPTTAAATR