<< Click to display table of contents >> TCustomRVParaInfo |
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(TCustomRVFontOrParaInfo)
TObject
TPersistent
TCollectionItem
▪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.
IsEqual compares this paragraph style with another one.
You can use Assign method to assign TCustomRVParaInfo to TCustomRVParaInfo.
Classes:
▪TParaInfo – class inherited from this class, a paragraph style;
▪TParaInfos – collection of text styles (TParaInfo).
Overview: