Forum


Replies: 7   Views: 2404
Replacevariablebytext on wordfragment
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 skicka.spam.hit  · 04-10-2017 - 07:59

Ideally, we would like to add the "list" as paragraphs, not lists. Thus, so far we have added them using the addText function setting the pStyle to "aParagraphListNumber" (as the style happens to be named in our system/docs). Perhaps there are not so many setbacks of using addList and a list style instead of addText and a paragraph style?