'Declaration
Public Enum GetTextFlags Inherits System.Enum
'Usage
Dim instance As GetTextFlags
public enum GetTextFlags : System.Enum
'Declaration
Public Enum GetTextFlags Inherits System.Enum
'Usage
Dim instance As GetTextFlags
public enum GetTextFlags : System.Enum
Member | Description |
---|---|
Comma | Appends trailing comma to lines. |
CR | Appends a trailing CR to lines that don't already have one. |
CRLF | Appends trailing CRLF to lines. |
EOLMask | Mask used to select the EOL options. |
NoFinalAppend | Does not append selected trailing character to the end of the string. |
None | Don't append anything to lines. |
TAB | Appends trailing TAB to lines. |
UnwantedComma | Replaces unwanted characters with commas. Otherwise unwanted characters are replaced with spaces. |
UnwantedSkip | Omits unwanted characters from the string. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.IbmHosts.GetTextFlags