TCustomRVInfo, TCustomRVFontOrParaInfo

Properties

<< Click to display table of contents >>

TCustomRVInfo, TCustomRVFontOrParaInfo

Properties

These are ancestor classes for all TRichView attributes (styles): text attributes, paragraph attributes, list attributes.

Unit RVStyle.

Syntax

TCustomRVInfo = class(TCollectionItem)

TCustomRVFontOrParaInfo = class(TCustomRVInfo)

Hierarchy

TObject

TPersistent

TCollectionItem

Using

These classes are not used directly. Classes inherited from them are used instead.

The following classes are inherited from TCustomRVInfo (all defined in RVStyle unit).

Class

Meaning

TCustomRVFontInfo

This class introduces the most of properties related to text attributes. Ancestor of TFontInfo.

TCustomRVParaInfo

This class introduces the most of properties related to paragraph attributes. Ancestor of TParaInfo.

TFontInfo

Text style, defines text attributes. Class of items in the collection TRVStyle.TextStyles.

TParaInfo

Paragraph style, defines paragraph attributes. Class of items in the collection TRVStyle.ParaStyles.

TRVListInfo

List style (i.e. style of paragraphs' bullets & numbering). It has Levels collection defining attributes of paragraph list markers. Class of items in the collection TRVStyle.ListStyles.

The class hierarchy is explained on the diagram below.

RVInfoScheme

Properties

TCustomRVInfo introduces the following properties:

Standard;

StyleName.

TCustomRVFontOrParaInfo introduces the following properties:

StyleTemplateId.