VpeSetOdtPositionProtect

<< Click to Display Table of Contents >>

Navigation:  ODT (OpenDocument Text) Export >

VpeSetOdtPositionProtect

Previous pageReturn to chapter overviewNext page

VPE can draw text boxes as high as a whole page. If such a text box is exported to an ODT document, the position of the text box might be moved by Open Office automatically. In order to protect the positions of exported text boxes, you can set this property to true.

This is a global value, which applies to all exported text objects.

void VpeSetOdtPositionProtect(

VpeHandle hDoc,

int yes_no

)

VpeHandle hDoc

Document Handle

int yes_no

Value

Description

True

The position of exported text boxes is protected.

False

The position of exported text boxes is not protected.

Default:

True