paracolor TrvActionParaColor

Properties   Methods   Events

<< Click to display table of contents >>

paracolor TrvActionParaColor

Properties   Methods   Events

TrvActionParaColor is the action for changing background color of the selected paragraphs.

Unit RichViewActions;

Syntax

TrvActionParaColor = class(TrvActionParaCustomColor)

hmtoggle_arrow1Hierarchy

Description

This action does not introduce any new properties and events in addition to properties and events of TrvActionCustomColor. However, it published inherited Opacity property.

On execution, this action changes Background.Color and Opacity properties of styles of the selected paragraphs (RVStyle.ParaStyles[].Background.Color and .Opacity).

See also the list of color changing actions in the topic about TrvActionCustomColor.