[]
        
(Showing Draft Content)

TableStyle Class

TableStyle Class

Represents a Table style for the Table.

Heirarchy

  • TableStyle

Constructors

constructor

  • new TableStyle(name: string, isBuiltIn?: boolean): TableStyle
  • Initializes a new instance of the TableStyle class.

    Parameters

    • name: string

      The name of the table style.

    • Optional isBuiltIn: boolean

      Indicates whether the table style is built-in style.

    Returns TableStyle

Properties

firstBandedColumnStyle

firstBandedColumnStyle: IBandedTableSectionStyle

Gets or sets the first banded column style.

firstBandedRowStyle

firstBandedRowStyle: IBandedTableSectionStyle

Gets or sets the first banded row style.

firstColumnStyle

firstColumnStyle: ITableSectionStyle

Gets or sets the first column style.

firstHeaderCellStyle

firstHeaderCellStyle: ITableSectionStyle

Gets or sets the first cell style in the header row.

firstTotalCellStyle

firstTotalCellStyle: ITableSectionStyle

Gets or sets the first cell style in the total row.

headerRowStyle

headerRowStyle: ITableSectionStyle

Gets or sets the header row style.

isBuiltIn

isBuiltIn: boolean

Indicates whether the table style is built-in style.

lastColumnStyle

lastColumnStyle: ITableSectionStyle

Gets or sets the last column style.

lastHeaderCellStyle

lastHeaderCellStyle: ITableSectionStyle

Gets or sets the last cell style in the header row.

lastTotalCellStyle

lastTotalCellStyle: ITableSectionStyle

Gets or sets the last cell style in the total row.

name

name: string

Gets or sets the name of the table style.

secondBandedColumnStyle

secondBandedColumnStyle: IBandedTableSectionStyle

Gets or sets the second banded column style.

secondBandedRowStyle

secondBandedRowStyle: IBandedTableSectionStyle

Gets or sets the second banded row style.

totalRowStyle

totalRowStyle: ITableSectionStyle

Gets or sets the total row style.

wholeTableStyle

wholeTableStyle: ITableSectionStyle

Gets or sets the whole table style.