Forum


Replies: 1   Views: 2178
Edit table cell property
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 dasharath  · 17-10-2018 - 07:16

I want to edit table cell property while create table like cell font color,size etc...

Posted by admin  · 17-10-2018 - 07:40

Hello,

You can use DOCXCustomizer (https://www.phpdocx.com/documentation/introduction/docxcustomizer) to change styles on-the-fly of existing contents. This feature is only available in Premium licenses. If you are creating the table from scratch, addTable and embedHTML methods include options to set custom styles.

What license and version of phpdocx are you using?

Regards.