VpeSetOdtAutoTextboxHeight

<< Click to Display Table of Contents >>

Navigation:  ODT (OpenDocument Text) Export >

VpeSetOdtAutoTextboxHeight

Previous pageReturn to chapter overviewNext page

Open Office and VPE render text differently. Therefore exported ODT documents do not look 100% identically to VPE documents. Sometimes a text box of Open Office is not capable of displaying all the text it contains, although VPE can. With this parameter you can specify, whether a text box in ODT is drawn with the same height as in VPE, or automatically with a compatible height. If this property is set to true, the text box height specified in VPE is used as the minimal height of the exported text box.

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

void VpeSetOdtAutoTextboxHeight(

VpeHandle hDoc,

int yes_no

)

VpeHandle hDoc

Document Handle

int yes_no

Value

Description

True

Export text boxes with compatible height, so that all the text can be displayed.

False

Text boxes are exported with the same height as specified in VPE.

Default:

True