TParaInfo

Properties   Methods

<< Click to display table of contents >>

TParaInfo

Properties   Methods

This is a paragraph style. It defines attributes of paragraphs in TRichView, TRichViewEdit, TDBRichView, TDBRichViewEdit controls.

This is an item in the collection of TRVStyle.ParaStyles. The class of the collection itself is TParaInfos.

Unit RVStyle.

Syntax

TParaInfo = class(TCustomRVParaInfo)

Hierarchy

TObject

TPersistent

TCollectionItem

TCustomRVInfo

TCustomRVFontOrParaInfo

TCustomRVParaInfo

Properties

The most of properties are inherited from TCustomRVParaInfo.

The new properties are:

DefStyleNo – default text style for paragraph;

NextParaNo – index of paragraph style to apply after pressing  Enter  in editor (if style templates are not used);

ModifiedProperties may (temporarily) contain a list of properties having values different from values defined in a style template.

Methods

IsEqual compares this paragraph style with another one.

You can use Assign method to assign:

TParaInfo to TParaInfo;

TCustomRVParaInfo to TParaInfo and vice versa.

See Also

TParaInfos – class of collection of paragraph styles;

TFontInfo – class of text style;

TRVListInfo – class of list style;

RichView Paragraphs.