italic TrvActionFontItalic

Properties   Methods

<< Click to display table of contents >>

italic TrvActionFontItalic

Properties   Methods

TrvActionFontItalic is the action for "Italic" command.

Unit RichViewActions;

Syntax

TrvActionFontItalic = class(TrvActionFontStyle)

hmtoggle_arrow1Hierarchy

Description

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

This action makes the selected text italic (or not italic if already italic). It adds/removes fsItalic in Style 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).