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) 355 B
import { LeafElementDestination } from "../destination"; export class NoteSelfReferenceDestination extends LeafElementDestination { async processElementOpen(_reader) { if (this.data.subDocument.isFootNote()) this.data.footNotesImporter.insertRun(); else this.data.endNotesImporter.insertRun(); } }