[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgUnicodeBidi

SvgUnicodeBidi Enum

Allows creating scopes within the unicode bidi algorithm, and to override the intrinsic directionality of text.

Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public enum SvgUnicodeBidi
Public Enum SvgUnicodeBidi

Fields

Name Description
BidiOverride

The 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.

Embed

Creates a directional embedding by opening an additional level of embedding with respect to the bidirectional algorithm.

Isolate

Neither 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.

IsolateOverride

The box nests a directional override inside an isolated sequence.

Normal

The box does not open an additional level of embedding with respect to the bidirectional algorithm.

Plaintext

The base directionality of each of isolated sequences is determined by the heuristic of the Unicode bidirectional algorithm.