Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgUnicodeBidi Enumeration

In This Topic
    SvgUnicodeBidi Enumeration
    In This Topic
    Allows creating scopes within the unicode bidi algorithm, and to override the intrinsic directionality of text.
    Syntax
    'Declaration
     
    Public Enum SvgUnicodeBidi 
       Inherits System.Enum
    public enum SvgUnicodeBidi : System.Enum 
    Members
    MemberDescription
    BidiOverrideThe box acts like a directional embedding in the bidirectional algorithm, except that reordering within it is strictly in sequence according to the direction property; the implicit part of the bidirectional algorithm is ignored.
    EmbedCreates a directional embedding by opening an additional level of embedding with respect to the bidirectional algorithm.
    IsolateNeither is the content inside the box bidi-affected by the content surrounding the box, nor is the content surrounding the box bidi-affected by the content or specified directionality of the box.
    IsolateOverrideThe box nests a directional override inside an isolated sequence.
    NormalThe box does not open an additional level of embedding with respect to the bidirectional algorithm.
    PlaintextThe base directionality of each of isolated sequences is determined by the heuristic of the Unicode bidirectional algorithm.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Svg.SvgUnicodeBidi

    See Also