Skip to main content
Visual Components are implemented in FRE for Windows.
TextEditorModeEnum enumeration constants are used to denote text viewing mode.
typedef enum {
 TEM_FormatParagraphs,
 TEM_PlainText,
 TEM_ExactCopy,
 TEM_EditableCopy
} TextEditorModeEnum;

Elements

NameDescription
TEM\_FormatParagraphsParagraphs and fonts types and sizes are retained. The text formatting inside paragraphs is not retained.
TEM\_PlainTextThe text in Text Editor is formatted in a single column. Frames are not used. Paragraphs are retained, while types and sizes of fonts are not retained.
TEM\_ExactCopyMaintains the formatting of the original document. Layout blocks are used as frames.
TEM\_EditableCopyPreserves the original format and text flow.

Used in

ITextEditor::Mode