|
Specifies default direction for the text of this style.
property BiDiMode: TRVBiDiMode;
(introduced in version 1.6)
Value
|
Meaning
|
rvbdUnspecified
|
Text direction is inherited from higher level, i.e. from paragraph (see BiDiMode of paragraph style)
|
rvbdLeftToRight
|
Default text reading order is left-to-right
|
rvbdRightToLeft
|
Default text reading order is right-to-left
|
Default value:
rvbdUnspecified
See also:
▪Bidirectional text in RichView.
|