TrvActionParaBiDi

Properties   Methods

<< Click to display table of contents >>

TrvActionParaBiDi

Properties   Methods

TrvActionParaBiDi is a base class for the actions changing the default text flow direction in the selected paragraphs.

Unit RichViewActions;

Syntax

TrvActionParaBiDi = class(TrvActionParaStyles)

hmtoggle_arrow1Hierarchy

Description

This action does not introduce any new properties in addition to properties of TrvAction.

This action changes BiDiMode property for styles of the selected paragraphs (RVStyle.ParaStyles[].BiDiMode).

This action is not used directly. The following actions are inherited from it:

TrvActionParaLTR

TrvActionParaRTL

If you use these actions, it's recommended to set TCustomRichViewEdit.BiDiMode to rvbdLeftToRight or rvbdRightToLeft.

Text flow direction specified in text styles has higher priority than text flow direction specified in paragraph styles.

See also:

TrvActionTextBiDi

  TrvActionTextLTR

  TrvActionTextRTL