UNPKG

devexpress-richedit

Version:

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

8 lines (7 loc) 348 B
import { RichUtils } from '../../../../../../common/model/rich-utils'; import { LeafElementDestination } from '../destination'; export class RunTabDestination extends LeafElementDestination { async processElementOpen(_reader) { this.data.subDocumentInfo.characterImporter.insertText(RichUtils.specialCharacters.TabMark); } }