UNPKG

devexpress-richedit

Version:

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

10 lines (9 loc) 333 B
import { ViewSettings } from '../view-settings/views-settings'; export class InnerClientProperties { constructor(viewsSettings) { this.showHiddenSymbols = false; this.showTableGridLines = false; this.viewsSettings = new ViewSettings(); this.viewsSettings.copyFrom(viewsSettings); } }