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) 326 B
import { NoteReferenceDestination } from "../note-reference-destination"; export class EndNoteReferenceDestination extends NoteReferenceDestination { get notes() { return this.data.endNotesImporter.notes; } insertNoteRun(subDocId) { this.data.endNotesImporter.insertRun(subDocId); } }