alignright TrvActionAlignRight

Properties   Methods

<< Click to display table of contents >>

alignright TrvActionAlignRight

Properties   Methods

TrvActionAlignRight is the action for "Align Right" command.

Unit RichViewActions;

Syntax

TrvActionAlignRight = class(TrvActionAlignment)

hmtoggle_arrow1Hierarchy

Description

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

This action aligns the selected paragraphs to the right side.

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

This is a checkbox-like action, its Checked property is updated depending on the current paragraph style.