Click or drag to resize
RichTextFlags Enumeration
Flags affecting the conversion from plain text to rich text.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
[FlagsAttribute]
public enum RichTextFlags
Members
  Member nameValueDescription
Default0Default conversion flags.
CheckTextLimit32Obey the current text limit instead of increasing the text to fit.
MathCFCheck4Check math-zone character formatting.
Unhide16Don't insert as hidden text.
UnicodeBiDi1Use the Unicode bidirectional (bidi) algorithm.
Unlink8Don't include text as part of a hyperlink.
See Also