TrvActionFontStyleEx

Properties

Top  Previous  Next

TrvActionFontStyle is the base class for actions changing StyleEx property of text styles for the selected text (RVStyle.TextStyles[].StyleEx)

Unit RichViewActions;

Syntax

TrvActionFontStyleEx = class(TrvActionTextStyles)

Hierarchy

TObject

TPersistent

TComponent

TBasicAction

TContainedAction

TCustomAction

TAction

TrvCustomAction

TrvAction

TrvActionTextStyles

Description

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

This action is not used directly. The following actions are inherited from it:

TrvActionFontAllCaps

TrvActionFontOverline

These actions change one option in the StyleEx property of styles of text in the selected fragment of TCustomRichViewEdit (for example, rvfsOverline)

These actions are checked (Checked=True) in the following cases:

if several table cells are selected, all text items in these cells have the required option included in StyleEx (for example, all text is overlined);

otherwise, if the current text style (TCustomRichViewEdit.CurTextStyleNo) has this option included in StyleEx (for example, it is overlined),

 

 

 


RichView © Sergey Tkachenko