TCustomRVParaInfo.LeftIndent

<< Click to display table of contents >>

TCustomRVParaInfo.LeftIndent

Left indent for paragraphs of this style.

property LeftIndent: TRVStyleLength;

This value is measured in Units of TRVStyle component which owns this paragraph style.

Indent for paragraph from left border (assuming that indents are converted to pixels) = 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.