UNPKG

devexpress-richedit

Version:

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

9 lines (8 loc) 285 B
export class RtfTableState { constructor(table, reader) { this.table = table; this.tableProperties = reader.tableProperties; this.rowProperties = reader.rowProperties; this.cellPropertiesCollection = reader.cellPropertiesCollection; } }