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

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
[FlagsAttribute]
public enum PlainTextFlags
Members
  Member nameValueDescription
Default0Default conversion flags.
AdjustCRLF1Adjust CR/LFs at the start.
AllowFinalEOP8Allow a final end-of-paragraph (EOP) marker.
FoldMathAlpha16Fold math alphanumerics to ASCII/Greek.
IncludeNumbering64Include list numbers.
NoHidden32Don't include hidden text.
NoMathZoneBrackets256Don't include math zone brackets.
LanguageTag4096Get the BCP-47 language tag for this range.
Textize4Copy up to 0xFFFC (OLE object).
TranslateTableCell128Replace table row delimiter characters with spaces.
UseCRLF2Use CR/LF in place of a carriage return or a line feed.
See Also