VpeSetOdtTextWidthScale

<< Click to Display Table of Contents >>

Navigation:  ODT (OpenDocument Text) Export >

VpeSetOdtTextWidthScale

Previous pageReturn to chapter overviewNext page

Specifies the width scaling for text. It represents a value in percent. Normally, this value should be set to 1.0.

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

void VpeSetOdtTextWidthScale(

VpeHandle hDoc,

double scale

)

VpeHandle hDoc

Document Handle

double scale

The text width scale of the generated ODT document. If the value is below 1.0, characters are positioned more closely.  When the scale is above 1.0, characters are expanded.

Default:

1.0, which equals 100% of the original text width