<< Click to Display Table of Contents >> RightIndent |
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
"RTF - Rich Text Format" in the Programmer's Manual