VpeSetRightIndent

<< Click to Display Table of Contents >>

Navigation:  RTF Functions >

VpeSetRightIndent

Previous pageReturn to chapter overviewNext page

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

void VpeSetRightIndent(

VpeHandle hDoc,

VpeCoord indent

)

VpeHandle hDoc

Document Handle

VpeCoord indent

the right indent

Default:

0

Remarks:

The right indent is relative to the right border of the object’s rectangle. For example: VpeSetRightIndent(hDoc, 2) means, that the right margin is set to:

[right border of object rectangle] - 2 cm

Example:

VpeSetRightIndent(hDoc, 2)

 

See also:

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