Forum


Replies: 1   Views: 3243
Spacing outside addtext
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by xkp  · 26-04-2012 - 11:32

Dear sirs,
in the PRO version how can i change the amount of space between each call of addText?


If i have

addText("string a",$paramsText);

addText("string b",$paramsText);


the output will be
------------
string a

string b
-----------

while i want

-----------
string a
string b
-----------


I know there is the line
'lineSpacing'

option in addText


but this seems to work only for text inside the same addText call,
and this is not what i look for.
Any suggestion?
Thanks in advance.