Interface DrawTableOptions

interface DrawTableOptions {
    border: BorderOptions;
    column: ColumnOptions;
    contentAlignment: Alignment;
    contentMargin: ContentMarginOptions;
    fillUndefCells: boolean;
    font: default;
    header: HeaderOptions;
    lineHeight: number;
    linkColor: Color;
    pageMargin: PageMarginOptions;
    row: RowOptions;
    textColor: Color;
    textSize: number;
    title: TitleOptions;
}

Properties

contentAlignment: Alignment
contentMargin: ContentMarginOptions
fillUndefCells: boolean
font: default
lineHeight: number
linkColor: Color
pageMargin: PageMarginOptions
textColor: Color
textSize: number

Generated using TypeDoc