alignjustify TrvActionAlignJustify

Properties

Top  Previous  Next

TrvActionAlignJustify is the action for "Justify" command.

Unit RichViewActions;

Syntax

TrvActionAlignJustify = class(TrvActionAlignment)

Hierarchy

TObject

TPersistent

TComponent

TBasicAction

TContainedAction

TCustomAction

TAction

TrvCustomAction

TrvAction

TrvActionParaStyles

TrvActionAlignment

Description

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

This action aligns the selected paragraphs both to the right and to the left sides.

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

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


RichView © Sergey Tkachenko