JVCL Help:TLineSpacingRule

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

Search in JVCL Help

 
Search in all projects
 

Summary

Enumerates types of line spacing.

run\JvRichEdit.pas


Pascal

 run\JvRichEdit.pas
 TLineSpacingRule = (
lsSingle,
lsOneAndHalf,
lsDouble,
lsSpecifiedOrMore,
lsSpecified,
lsMultiple
);


Members

Members Description
lsSingle Single spacing.
lsOneAndHalf One-and-a-half spacing.
lsDouble Double spacing.
lsSpecifiedOrMore Property LineSpacing of a TJvCustomRichEdit specifies the spacing from one line to the next, in points; however, if LineSpacing specifies a value that is less than single spacing, the control displays single-spaced text.
lsSpecified The control uses the exact spacing specified, even if LineSpacing specifies a value that is less than single spacing.
lsMultiple Property LineSpacing of a TJvCustomRichEdit specifies the spacing, in lines, from one line to the next; thus, setting LineSpacing to 1 produces single-spaced text, 2 is double spaced, 3 is triple spaced, and so on.

run\JvRichEdit.pas


Description

The TLineSpacingRule type is used to specify a type of line spacing.

run\JvRichEdit.pas


About

Navigation

no pages or subcategories

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