UNPKG

devexpress-richedit

Version:

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

12 lines (11 loc) 341 B
export class ModelCreatorOptions { constructor() { this.fillCharStyles = true; this.fillParStyles = true; this.fillTableStyles = true; this.addParagraph = true; this.addSection = true; this.fillAbstractNumberingListTemplates = true; this.initOfficeTheme = true; } }