alignjustify TrvActionAlignJustify

Properties   Methods

<< Click to display table of contents >>

alignjustify TrvActionAlignJustify

Properties   Methods

TrvActionAlignJustify is the action for "Justify" command.

Unit RichViewActions;

Syntax

TrvActionAlignJustify = class(TrvActionAlignCustomJustify)

hmtoggle_arrow1Hierarchy

Description

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

This action aligns the selected paragraphs both to the right and to the left sides by adding space between words.

This action changes Alignment property for styles of the selected paragraphs (RVStyle.ParaStyles[].Alignment) to rvaJustify. Additionally, it may change LastLineAlignment property to LastLineAlignment.

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