|
TCustomRVParaInfo |
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) HierarchyTObject TPersistent TCollectionItem 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. ▪OutlineLevel allows defining headings. MethodsIsEqual compares this paragraph style with another one. You can use Assign method to assign TCustomRVParaInfo to TCustomRVParaInfo. See AlsoClasses: ▪TParaInfo – class inherited from this class, a paragraph style; ▪TParaInfos – collection of text styles (TParaInfo). Overview: |