|
Top Previous Next |
|
TrvActionAlignLeft is the action for "Align Left" command. Unit RichViewActions; Syntax TrvActionAlignLeft = class(TrvActionAlignment) Hierarchy TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction Description This action does not introduce any new properties in addition to properties of TrvAction. This action aligns the selected paragraphs to the left. This action changes Alignment property for styles of the selected paragraphs (RVStyle.ParaStyles[].Alignment) to rvaLeft. This is a checkbox-like action, its Checked property is updated depending on the current paragraph style. |