Type Alias ITablePropertiesOptions

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