Enum TextDirectionType

TextDirectionType enumeration

Represents the direction of the text flow for this paragraph.

public enum TextDirectionType

Values

NameValueDescription
Context0
LeftToRight1
RightToLeft2

See Also