'Declaration Public Enum SvgUnicodeBidi Inherits System.Enum
public enum SvgUnicodeBidi : System.Enum
'Declaration Public Enum SvgUnicodeBidi Inherits System.Enum
public enum SvgUnicodeBidi : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Svg.SvgUnicodeBidi