Enum TextDirection

Enum TextDirection

Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)

Specifies the directionality of text.

[ComVisible(true)]
public enum TextDirection

Fields

Inherit = 2

Inherits text direction from its parent.

Ltr = 0

Text direction is left-to-right.

Rtl = 1

Text direction is right-to-left.

 English