rvico TRichView Reference | TRVStyle | TCustomRVParaInfo

TCustomRVParaInfo.LeftIndent

Top  Previous  Next

Left indent for paragraphs of this style, in pixels

property LeftIndent: Integer;

This value is measured in "screen" pixels, so when printing it's recalculated according to printer resolution, so indents on page look like indents on screen.

Indent for paragraph from left border = TCustomRichView.LeftMargin+LeftIndent [ + FirstIndent for the first line ]

In paragraphs with bullets or numbering, this property is overridden with LeftIndent of list level (if BiDiMode<>rvbdRightToLeft).

Default value:

0

See also properties:

RightIndent;
SpaceBefore, SpaceAfter.

See also properties of TRVListLevel:

LeftIndent.


RichView © Sergey Tkachenko