UnicodeBidi enumeration

UnicodeBidi enumeration

Specifies the handling of bidirectional text in SVG.

The UnicodeBidi type exposes the following members:

Fields

FieldDescription
NORMALNormal bidirectional text handling.
EMBEDEmbeds a section of text with a different or explicit directionality.
ISOLATEIsolates a section of text from its surroundings for bidirectional text handling.
BIDI_OVERRIDEOverrides the inherent directionality of characters in a section of text.
ISOLATE_OVERRIDEIsolates a section of text and overrides its directionality.
PLAINTEXTTreats the section of text as plaintext with no special bidirectional handling.

See Also