rvico TRichView Reference | TRVStyle | TCustomRVParaInfo

TCustomRVParaInfo.LineSpacingType

Top  Previous  Next

Defines type of line spacing in paragraphs of this style.

type

  TRVLineSpacingType = (rvlsPercent, rvlsSpaceBetween);

property LineSpacingType: Integer;

(Introduced in version 1.5)

Value

Meaning

rvlsPercent

LineSpacing defines spacing in % of text height.

rvlsSpaceBetween

LineSpacing is a value which will be added between lines, in "screen pixels" (when printing, it will be recalculated according to the printer resolution). This type of line spacing cannot be exported in RTF and HTML.

Future version will include one more option: spacing between base lines of adjacent lines, in pixels.

Default value:

rvlsPercent


RichView © Sergey Tkachenko