| ImageEn, unit iexRichEdit |
|
TIEParaAttributes.LineSpacing
Declaration
property LineSpacing: Longint;
Description
Specify the line spacing for the paragraph. The meaning of this value depends on the
LineSpacingRule property.
Example
// Set double line spacing
IERichEdit1.Paragraph.LineSpacingRule := lsDouble;
IERichEdit1.Paragraph.LineSpacing := 0;