alignleft TrvActionAlignLeft

Properties   Methods

<< Click to display table of contents >>

alignleft TrvActionAlignLeft

Properties   Methods

TrvActionAlignLeft is the action for "Align Left" command.

Unit RichViewActions;

Syntax

TrvActionAlignLeft = 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 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.