VpeSetKeepLines

<< Click to Display Table of Contents >>

Navigation:  RTF Functions >

VpeSetKeepLines

Previous pageReturn to chapter overviewNext page

Keep RTF paragraph intact. A page break may not occur between the lines of a paragraph. Instead the whole paragraph is moved to the next page.

void VpeSetKeepLines(

VpeHandle hDoc,

int yes_no

)

VpeHandle hDoc

Document Handle

int yes_no

Value

Description

True

Yes

False

No

Default:

False

Remarks:

Page breaks may occur between the lines of paragraphs, e.g. at their exact borders (see VpeSetKeepNextParagraph()).

 

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

 

See also:

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