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) 323 B
import { TextDestination } from './text-destination'; export class DeletedTextDestination extends TextDestination { constructor(data) { super(data); this.characterProperties = this.data.subDocumentInfo.characterImporter.properties.clone(); } async processElementOpen(_reader) { } }