UNPKG

devexpress-richedit

Version:

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

14 lines (13 loc) 372 B
export class RtfFieldInfo { constructor() { this.startPos = -1; this.separatorPos = -1; this.endPos = -1; this.locked = false; this.isHyperlink = false; this.isShapeField = false; this.isCodeView = false; this.insertInstructionBeforeFieldCode = false; this.instruction = ''; } }