aligncenter TrvActionAlignCenter

Properties   Methods

<< Click to display table of contents >>

aligncenter TrvActionAlignCenter

Properties   Methods

TrvActionAlignCenter is the action for "Align Center" command.

Unit RichViewActions;

Syntax

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