Forum


Replies: 7   Views: 1620
Problem with inline 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 giampo  · 18-07-2020 - 20:51

Hi, 

we've a phpdocx premium license and we have a problem with some functions. 

when we use the customizeWordContent funcionts the inline elements of source docx file are not overwritten.

Let's me explain better.

We have to process with phpdocx a docx file created by a user with microsoft word 2013-2019.  In this file we have to change font globally and set a font size, keeping bold and italic style of the source file. 

If the source file already has a global class, i.e. the same font for the whole file, the same size, everything seems to work but for example if there are two different fonts in the same file it seems that word assigns certain inline style and phpdocx cannot overwrite this and set globally the new desired style 

how should we do? there is a way to assign a new default style to whole file overwriting inline style keeping bold italics etc.

Please let me know. thanks