Forum


Replies: 4   Views: 1209
How to delete row to table, to get variable in document
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 admin  · 07-07-2021 - 14:17

Hello,

You can use the removeWordContent method available in DOCXPath to remove contents in a DOCX document. We recommend you to check the samples included in the package (examples/DocxPath/removeWordContent folder), that illustrates how to use this method; sample_9.php illustrates how to remove a row in a table.

Regards.