InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / GetTextFlags Enumeration


In This Topic
    GetTextFlags Enumeration
    In This Topic
    Specifies formatting options.
    Syntax
    'Declaration
     
    
    Public Enum GetTextFlags 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As GetTextFlags
    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.IbmHosts.GetTextFlags

    See Also