devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
7 lines (6 loc) • 374 B
JavaScript
export class TableStyleOptionsApi {
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'];