InfoConnect for Unisys
GetTextFlags Enumeration


Specifies formatting options.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum GetTextFlags 
   Inherits System.Enum
'Usage
 
Dim instance As GetTextFlags
[Flags()]
public enum GetTextFlags : System.Enum 
Members
MemberDescription
CommaAppends trailing comma to lines.
CRAppends a trailing CR to lines that don't already have one.
CRLFAppends trailing CRLF to lines.
EOLMaskMask used to select the EOL options.
NoFinalAppendDoes not append selected trailing character to the end of the string.
NoneDon't append anything to lines.
TABAppends trailing TAB to lines.
UnwantedCommaReplaces unwanted characters with commas. Otherwise unwanted characters are replaced with spaces.
UnwantedSkipOmits unwanted characters from the string.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.Common.GetTextFlags

See Also