overline TrvActionFontOverline

Properties

Top  Previous  Next

TrvActionFontOverline is the action for "Overline" command.

Unit RichViewActions;

Syntax

TrvActionFontOverline = class(TrvActionFontStyleEx)

Hierarchy

TObject

TPersistent

TComponent

TBasicAction

TContainedAction

TCustomAction

TAction

TrvCustomAction

TrvAction

TrvActionTextStyles

TrvActionFontStyleEx

Description

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

This action overlines the selected text (or removes overline, if already overlined). It adds/removes rvfsOverline in StyleEx property for styles of all selected text items.

This is a checkbox-like action, its Checked property is updated depending on the state of selection (or the current text style).


RichView © Sergey Tkachenko