docx

    Type Alias ITableRowPropertiesOptions

    type ITableRowPropertiesOptions = {
        cantSplit?: boolean;
        cellSpacing?: ITableCellSpacingProperties;
        height?: {
            rule: typeof HeightRule[keyof typeof HeightRule];
            value: number | PositiveUniversalMeasure;
        };
        tableHeader?: boolean;
    }
    Index

    Properties

    cantSplit?: boolean
    cellSpacing?: ITableCellSpacingProperties
    height?: {
        rule: typeof HeightRule[keyof typeof HeightRule];
        value: number | PositiveUniversalMeasure;
    }
    tableHeader?: boolean
    MMNEPVFCICPMFPCPTTAAATR