UNPKG

devexpress-richedit

Version:

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

11 lines (10 loc) 408 B
export declare class TableStyleOptionsApi { headerRow: boolean; totalRow: boolean; bandedRows: boolean; firstColumn: boolean; lastColumn: boolean; bandedColumns: boolean; constructor(headerRow: boolean, totalRow: boolean, bandedRows: boolean, firstColumn: boolean, lastColumn: boolean, bandedColumns: boolean); } export declare const TABLE_STYLE_OPTIONS_KEYS: string[];