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


TextType Enumeration

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

Syntax
'Declaration
 
Public Enum TextType 
   Inherits 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 8, .NET 9

See Also