rvico TRichView Reference | TRVStyle | TCustomRVParaInfo

TCustomRVParaInfo.LineSpacing

Top  Previous  Next

Defines spacing between lines in paragraphs of this style

property LineSpacing: Integer;

(Introduced in version 1.5)

The meaning of the property depends on the value of LineSpacingType property.

If LineSpacingType is rvlsPercent, the line spacing is defined in percent of line height (a height of the highest character in a line, height of pictures and controls is not taken into account). Additional space will be added below the line (including the last paragraph line).

For example, LineSpacing=100 means single spacing (no additional space will be added), LineSpacing=200 means double spacing. Values lesser than 50 are ignored.

If LineSpacingType is rvlsSpaceBetween, this value (in pixels) will be added below each line (including last line in a paragraph). Negative values are ignored.

Default value:

100


RichView © Sergey Tkachenko