TCustomRVParaInfo

Properties   Methods

<< Click to display table of contents >>

TCustomRVParaInfo

Properties   Methods

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 [VCL/FMX] RVStyle / fmxRVStyle;

Syntax

  TCustomRVParaInfo = class(TCustomRVFontOrParaInfo)

Hierarchy

TObject

TPersistent

TCollectionItem

TCustomRVFontOrParaInfo

TCustomRVInfo

Properties

Alignment, LastLineAlignment – alignment of paragraph (left, right, center, justify or distribute);

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.

OutlineLevel allows defining headings.

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:

TRichView Paragraphs