JVCL Help:TJvParaAttributes
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvParaAttributes Class
[+] JvRichEdit.pas Classes
[+] TJvParaAttributes Methods
[+] TJvParaAttributes Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvParaAttributes
run\JvRichEdit.pas
Summary
Represents paragraph formatting properties for a rich edit control.
Pascal
run\JvRichEdit.pas
TJvParaAttributes = class(TPersistent);
Description
TJvParaAttributes includes a number of properties that describe the formatting characteristics of a paragraph in a rich text document. TJvParaAttributes is a wrapper for the PARAFORMAT2 struct, and is an extension of the VCL TParaAttributes class.
New properties:
Property | Description |
LineSpacing | Specifies the spacing between lines. |
LineSpacingRule | Specifies the type of line spacing. |
NumberingStart | Changes the starting number used for numbered paragraphs. |
NumberingStyle | Applies a numbering style to a paragraphs. |
NumberingTab | Specifies the minimum space, in points, between a paragraph number and the paragraph text. |
SpaceAfter | Specifies the size of the spacing below the paragraph. |
SpaceBefore | Specifies the size of the spacing above the paragraph. |
See Also
TJvRichEdit, TJvTextAttributes
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page