RightIndent

<< Click to Display Table of Contents >>

Navigation:  RTF Functions >

RightIndent

Previous pageReturn to chapter overviewNext page

RTF: Right indent. Specifies the right indent of all lines of a new paragraph.

property VpeCoord VPE.RightIndent

write; runtime only

Possible Values:

the right indent

Default:

0

Remarks:

The right indent is relative to the right border of the object’s rectangle. For example: Doc.RightIndent = 2 means, that the right margin is set to:

[right border of object rectangle] - 2 cm

Example:

Doc.RightIndent = 2

 

See also:

"RTF - Rich Text Format" in the Programmer's Manual