interface HeaderOptions {
    backgroundColor: Color;
    contentAlignment: Alignment;
    font: default;
    hasHeaderRow: boolean;
    textColor: Color;
    textSize: number;
}

Properties

backgroundColor: Color
contentAlignment: Alignment
font: default
hasHeaderRow: boolean
textColor: Color
textSize: number

Generated using TypeDoc