TCustomRVParaInfo.FirstIndent

<< Click to display table of contents >>

TCustomRVParaInfo.FirstIndent

Indent of the first line for paragraphs of this style.

property FirstIndent: TRVStyleLength;

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

This value can be negative.

Indent of first paragraph line from the left border (assuming that indents are converted to pixels) = TCustomRichView.LeftMargin+LeftIndent+FirstIndent.

In paragraphs with bullets or numbering, this property is overridden by FirstIndent of list level.

Default value:

0

See also properties:

LeftIndent, RightIndent;

SpaceBefore, SpaceAfter.

See also properties of TRVListLevel:

FirstIndent.