跳轉到主要內容
Visual Components 是在 Windows 版 FRE 中實作的。
TextEditorModeEnum 列舉常數用來表示文字檢視模式。
typedef enum {
 TEM_FormatParagraphs,
 TEM_PlainText,
 TEM_ExactCopy,
 TEM_EditableCopy
} TextEditorModeEnum;

元素

名稱說明
TEM_FormatParagraphs保留段落以及字型類型與大小。不保留段落內的文字格式。
TEM_PlainTextText Editor 中的文字會以單欄格式呈現。不使用文字框。保留段落,但不保留字型類型與大小。
TEM_ExactCopy保留原始文件的格式。使用版面配置區塊作為文字框。
TEM_EditableCopy保留原始格式與文字流。

用於

ITextEditor::Mode