Interface ITableOptions

Hierarchy

  • ITableOptions

Properties

alignment?: "center" | "left" | "right" | "start" | "end" | "both" | "mediumKashida" | "distribute" | "numTab" | "highKashida" | "lowKashida" | "thaiDistribute"
columnWidths?: readonly number[]
layout?: "fixed" | "autofit"
margins?: ITableCellMarginOptions
rows: readonly TableRow[]
style?: string
visuallyRightToLeft?: boolean

Generated using TypeDoc