Forum


Replies: 2   Views: 3170
Change color, size etc on frame/border?
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 marcushjortsberg  · 14-08-2011 - 18:15

If I have a template that have a border/frame (I don't know the correct word in english), can I somehow change the color, size, etc with template variables?

Posted by admin  · 11-04-2013 - 12:13

Hello,

There's not an option to do this; but you can create the template and change WordML opening the DOCX file (remember DOCX is a ZIP fie) and adding a new placeholder. Then you can replace the placeholder using phpdocx.

Regards.