MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Bidi Namespace / UnicodeCharacterCategory Enumeration

UnicodeCharacterCategory Enumeration
Represents different categories of Unicode characters.
Syntax
'Declaration
 
Public Enum UnicodeCharacterCategory 
   Inherits System.Enum
 
Members
MemberDescription
NeutralRepresents neutral Unicode character categories.
StrongRepresents strong Unicode character categories.
WeakRepresents weak Unicode character categories.
Remarks
This enumeration should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Rendering.Bidi.UnicodeCharacterCategory

See Also