JVCL Help:TJvParaAttributes

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvParaAttributes
run\JvRichEdit.pas


Summary

Represents paragraph formatting properties for a rich edit control.

run\JvRichEdit.pas


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.

run\JvRichEdit.pas


See Also

TJvRichEdit, TJvTextAttributes

run\JvRichEdit.pas


About

Navigation

run\JvRichEdit.pas



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