UnicodeBidi Enum
UnicodeBidi enumeration
Specifies the handling of bidirectional text in SVG.
public enum UnicodeBidi
Values
| Name | Value | Description |
|---|---|---|
| Normal | 0 | Normal bidirectional text handling. |
| Embed | 1 | Embeds a section of text with a different or explicit directionality. |
| Isolate | 2 | Isolates a section of text from its surroundings for bidirectional text handling. |
| BidiOverride | 3 | Overrides the inherent directionality of characters in a section of text. |
| IsolateOverride | 4 | Isolates a section of text and overrides its directionality. |
| Plaintext | 5 | Treats the section of text as plaintext with no special bidirectional handling. |
See Also
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG