JVCL Help:TJvParaAttributes.LineSpacing
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvParaAttributes.LineSpacing Property
[+] TJvParaAttributes Methods
[+] TJvParaAttributes Properties
Search in JVCL Help
Search in all projectsSummary
Specifies the spacing between lines.
Pascal
propertyLineSpacing: Longint;
Description
Use LineSpacing to specify the spacing between lines. The meaning of LineSpacing depends on the value of LineSpacingRule:
LineSpacingRule LineSpacing---------------- ----------------------------------------------------------------------lsSpecifiedOrMore 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 Specifies the spacing from one line to the next, in points. The control uses the exact spacing specified, even if LineSpacing specifies a value that is less than single spacing. lsMultiple 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. Other Value of LineSpacing is ignored. |
See Also
TJvParaAttributes.LineSpacingRule
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