UNPKG

devexpress-richedit

Version:

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

17 lines (16 loc) 361 B
export class RtfFieldInfo { startPos = -1; separatorPos = -1; endPos = -1; startRun; separatorRun; endRun; locked = false; isHyperlink = false; isShapeField = false; isCodeView = false; insertInstructionBeforeFieldCode = false; formFieldProperties; checkBoxProperties; instruction = ''; }