JVCL Help:TLineSpacingRule
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TLineSpacingRule type
Search in JVCL Help
Search in all projectsSummary
Enumerates types of line spacing.
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. |
Description
The TLineSpacingRule type is used to specify a type of line spacing.
About
no pages or subcategories
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