<< Click to display table of contents >> TrvActionAlignCenter |
TrvActionAlignCenter is the action for "Align Center" command.
Unit RichViewActions;
Syntax
TrvActionAlignCenter = class(TrvActionAlignment)
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 center.
This action changes Alignment property for styles of the selected paragraphs (RVStyle.ParaStyles[].Alignment) to rvaCenter.
This is a checkbox-like action, its Checked property is updated depending on the current paragraph style.