combit List & Label 29 - .NET Help
combit.Reporting Namespace / TextType Enumeration


In This Topic
    TextType Enumeration
    In This Topic

    Contains the type of Text for preprocessing by the event ProcessText.

    Syntax
    'Declaration
     
    
    Public Enum TextType 
       Inherits System.Enum
    public enum TextType : System.Enum 
    public enum class TextType : public System.Enum 
    Members
    MemberDescription
    CompletePlainText

    The Text contains only plaintext.

    PartialPlainText

    The Text contains always a complete text paragraph of a RTF-Text object.

    RtfStream

    This value is currently not supported. See also PartialPlainText instead for preprocessing RTF-Text objects.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             combit.Reporting.TextType

    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also