ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Bidi Namespace / BiDiHelper Class / ResolveEmbeddingLevels Method

In This Topic
    ResolveEmbeddingLevels Method
    In This Topic
    Processes a collection of CharType and determines the final embedding direction and level.
    Syntax
    'Declaration
     
    Public Shared Function ResolveEmbeddingLevels( _
       ByVal charTypes As List(Of CharType), _
       ByVal paragraphLevel As LevelOverride, _
       ByVal map As List(Of MapEntry) _
    ) As CharType()
    public static CharType[] ResolveEmbeddingLevels( 
       List<CharType> charTypes,
       LevelOverride paragraphLevel,
       List<MapEntry> map
    )

    Parameters

    charTypes
    paragraphLevel
    map
    Remarks
    Based on 3.3.2 Explicit Levels and Directions http://www.unicode.org/reports/tr9/index.html#Explicit_Levels_and_Directions
    See Also