Forum


Replies: 2   Views: 3838
Replacetemplatevariablebyhtml - drop style
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 benoit.quentin-tr@sncf.fr  · 28-05-2014 - 13:37

Hello,



When I use :



$PHPDocx->replaceTemplateVariableByHTML($html, 'inline', $valeur, array('strictWordStyles' => true, 'isFile' => false, 'parseDivsAsPs' => true));



It drop all <p> style : text-align, padding-left, margin-left ...



I must use strictWordStyles, because I need to respect the template’s font style and size.



How can I do align text differently?