rvico TRichView Reference | TRVStyle | TCustomRVParaInfo

TCustomRVParaInfo.RightIndent

Top  Previous  Next

Right indent for paragraphs of this style, in pixels

property RightIndent: 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 the right border = TCustomRichView.RightMargin+RightIndent.

In paragraphs with bullets or numbering, this property is overridden with LeftIndent of list level, if BiDiMode=rvbdRightToLeft.

Default value:

0

See also properties:

LeftIndent;
SpaceBefore, SpaceAfter.

See also properties of TRVListLevel:

LeftIndent.


RichView © Sergey Tkachenko