Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITableOptions

Hierarchy

  • ITableOptions

Index

Properties

Optional Readonly alignment

alignment: AlignmentType

Optional Readonly borders

Optional Readonly columnWidths

columnWidths: number[]

Optional Readonly float

Optional Readonly layout

Optional Readonly margins

margins: undefined | { bottom?: undefined | number; left?: undefined | number; marginUnitType?: WidthType; right?: undefined | number; top?: undefined | number }

Readonly rows

rows: TableRow[]

Optional Readonly visuallyRightToLeft

visuallyRightToLeft: undefined | false | true

Optional Readonly width

width: undefined | { size: number; type?: WidthType }

Generated using TypeDoc