[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Bidi.LevelRun

LevelRun Struct

Represents a level run - an array of CharType, embedding level of the run, and the start and end of the run.

Namespace: GrapeCity.ActiveReports.Rendering.Bidi
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public struct LevelRun

Fields

Name Description
Characters

Gets or sets the array of CharType that make up the run.

Eor

Gets or sets the end of run Unicode class.

Level

Gets or sets the embedding level of the run.

Sor

Gets or sets the start of run Unicode class.

Properties

Name Description
OrderingType

Gets the ordering type of the run based on the embedding level.

Extension Methods