docx

    Type Alias IBorderOptions

    type IBorderOptions = {
        color?: string;
        size?: number;
        space?: number;
        style: typeof BorderStyle[keyof typeof BorderStyle];
    }
    Index

    Properties

    color?: string

    Border color, in hex (eg 'FF00AA')

    size?: number

    Size of the border in 1/8 pt

    space?: number

    Spacing offset. Values are specified in pt

    style: typeof BorderStyle[keyof typeof BorderStyle]
    MMNEPVFCICPMFPCPTTAAATR