VpeSetKeepNextParagraph

<< Click to Display Table of Contents >>

Navigation:  RTF Functions >

VpeSetKeepNextParagraph

Previous pageReturn to chapter overviewNext page

Keep RTF paragraph with the next paragraph. A page break may not occur between the following paragraphs. This means, one paragraph may not stand alone at the top of a new page. Instead the paragraphs are moved to the next page.

void VpeSetKeepNextParagraph(

VpeHandle hDoc,

int yes_no

)

VpeHandle hDoc

Document Handle

int yes_no

Value

Description

True

Yes

False

No

Default:

False

Remarks:

Note: Page breaks may occur between the lines of paragraphs  (see VpeSetKeepLines).

 

VpeSetKeepLines(), VpeSetKeepNextParagraph() and VpeSetParagraphControl()  may be used together.

 

See also:

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