UNPKG

devexpress-richedit

Version:

DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.

13 lines (12 loc) 477 B
export class TableStyleOptionsApi { headerRow; totalRow; bandedRows; firstColumn; lastColumn; bandedColumns; constructor(headerRow, totalRow, bandedRows, firstColumn, lastColumn, bandedColumns) { Object.assign(this, { headerRow, totalRow, bandedRows, firstColumn, lastColumn, bandedColumns }); } } export const TABLE_STYLE_OPTIONS_KEYS = ['headerRow', 'totalRow', 'bandedRows', 'firstColumn', 'lastColumn', 'bandedColumns'];