UNPKG

devexpress-richedit

Version:

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

19 lines (18 loc) 454 B
export declare enum RunType { Undefined = -1, TextRun = 1, ParagraphRun = 2, SectionRun = 3, FieldCodeStartRun = 4, FieldCodeEndRun = 5, FieldResultEndRun = 6, AnchoredPictureRun = 7, AnchoredTextBoxRun = 8, InlinePictureRun = 9, InlineTextBoxRun = 10, LayoutDependentRun = 11, FootNoteRun = 12, EndNoteRun = 13, NoteSeparatorRun = 14, NoteContinuationSeparatorRun = 15 }