docx

    Type Alias ITablePropertiesOptions

    type ITablePropertiesOptions = {
        alignment?: typeof AlignmentType[keyof typeof AlignmentType];
        borders?: ITableBordersOptions;
        cellMargin?: ITableCellMarginOptions;
        cellSpacing?: ITableCellSpacingProperties;
        float?: ITableFloatOptions;
        indent?: ITableWidthProperties;
        layout?: typeof TableLayoutType[keyof typeof TableLayoutType];
        shading?: IShadingAttributesProperties;
        style?: string;
        visuallyRightToLeft?: boolean;
        width?: ITableWidthProperties;
    }
    Index

    Properties

    alignment?: typeof AlignmentType[keyof typeof AlignmentType]
    cellMargin?: ITableCellMarginOptions
    cellSpacing?: ITableCellSpacingProperties
    layout?: typeof TableLayoutType[keyof typeof TableLayoutType]
    style?: string
    visuallyRightToLeft?: boolean
    MMNEPVFCICPMFPCPTTAAATR