<< Click to Display Table of Contents >> VpeSetOdtLineHeight |
Specifies the scale of the text line height. 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 VpeSetOdtLineHeight(
VpeHandle hDoc,
double line_height
)
VpeHandle hDoc
Document Handle
double line_height
The text line height of the generated ODT document. If the value is below 1.0, the distance between two lines of text is shrinked. If the scale is above 1.0, the distance between two lines of text is expanded.
Default:
1.0, which equals 100% of the original line distance.