rvico TRichView Reference | TRVStyle | TCustomRVParaInfo

TCustomRVParaInfo

Properties   Methods

Top  Previous  Next

This is an ancestor class for TParaInfo (class of item in collection of paragraph styles).

TCustomRVParaInfo introduces the most of properties of paragraph style.

Unit RVStyle.

Syntax

  TCustomRVParaInfo = class(TCustomRVInfo)

Hierarchy

TObject

TPersistent

TCollectionItem

TCustomRVInfo

Properties

Alignment alignment of paragraph (left, right, center or justify);
FirstIndent indent of the first line of paragraph, summarized with LeftIndent;
LeftIndent indent from left margin;
RightIndent indent from right margin;
SpaceBefore spacing above the paragraph;
SpaceAfter spacing below the paragraph;
Border border around the paragraph;
Background background of paragraph;
Tabs collection of tab stops;
LineSpacing, LineSpacingType line spacing;
BiDiMode default text direction;
Options – protection, wrapping.

Methods

IsEqual compares this paragraph style with another one.

You can use Assign method to assign TCustomRVParaInfo to TCustomRVParaInfo.

See Also

Classes:

TParaInfo – class inherited from this class, a paragraph style;
TParaInfos – collection of text styles (TParaInfo).

Overview:

RichView Paragraphs


RichView © Sergey Tkachenko