rvico TRichView Reference | TRVStyle | TCustomRVInfo

TCustomRVInfo

Properties

Top  Previous  Next

This is an ancestor class for all TRichView styles: text styles, paragraph styles, list styles.

Unit RVStyle.

Syntax

TCustomRVInfo = class(TCollectionItem)

Hierarchy

TObject

TPersistent

TCollectionItem

Using

This class is not used directly. The classes inherited from it 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 two properties:

Standard;

StyleName.


RichView © Sergey Tkachenko