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

In This Topic
    UnicodeCharacterCategory Enumeration
    In This Topic
    Represents different categories of Unicode characters.
    Syntax
    'Declaration
     
    Public Enum UnicodeCharacterCategory 
       Inherits System.Enum
    public enum UnicodeCharacterCategory : 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