interface DocumentTableCell {
    alignment: DocumentAlignment;
    backgroundColor?: string;
    lineHeight?: string;
    text: string;
}

Properties

backgroundColor?: string
lineHeight?: string
text: string