|
Defines type of line spacing in paragraphs of this style.
type
TRVLineSpacingType = (rvlsPercent, rvlsSpaceBetween);
property LineSpacingType: Integer;
(Introduced in version 1.5, 11)
Value
|
Meaning
|
rvlsPercent
|
LineSpacing defines spacing in % of text height. Extra spacing is added/subtracted below lines.
|
rvlsSpaceBetween
|
LineSpacing is a value which will be added between lines, measured in RVStyle.Units. This type of line spacing cannot be exported in RTF and HTML. Extra spacing is added below lines.
|
rvlsLineHeightAtLeast
|
LineSpacing defines minimal line height, measured in RVStyle.Units. Extra spacing is added above and below lines.
|
rvlsLineHeightExact
|
LineSpacing defines line height, measured in RVStyle.Units. Extra spacing is added/subtracted above and below lines.
|
Default value:
rvlsPercent
|