VpeSetSpaceAfter

<< Click to Display Table of Contents >>

Navigation:  RTF Functions >

VpeSetSpaceAfter

Previous pageReturn to chapter overviewNext page

The space after a RTF paragraph. Note that VPE does intentionally NOT use this value for the last paragraph of an object and if a \page, \pagebb or \sect keyword follows - this means: before an Auto Break occurs. Also note that most RTF editors emit a \par command after the very last line of a document / section. This is not ignored by VPE. You will recognize it as a gap behind the last line, especially if you draw a surrounding box.

void VpeSetSpaceAfter(

VpeHandle hDoc,

VpeCoord space

)

VpeHandle hDoc

Document Handle

VpeCoord space

the space after a paragraph

Default:

0

 

See also:

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