rvico TRichView Reference | TRVStyle | TFontInfos

TFontInfos

Properties   Methods

Top  Previous  Next

Collection of text styles. Class of TRVStyle.TextStyles property.

Unit RVStyle;

Syntax

TCustomRVInfos = class(TCollection)

TFontInfos = class(TCustomRVInfos)

Hierarchy

TObject

TPersistent

TCollection

TCustomRVInfos

Main Properties

Items – array of TFontInfo.

InvalidItem is returned when accessing item which is out of index range.

Methods for Text Style Search

FindStyleWithFontStyle
FindStyleWithFontSize
FindStyleWithColor
FindStyleWithFontName
FindSuchStyle
FindStyleWithFont
FindStyleWithCharset

See Also

TParaInfos – class of collection of paragraph styles;
TRVListInfos – class of collection of list styles (i.e. styles of bullets and numbering).


RichView © Sergey Tkachenko