Forum


Replies: 12   Views: 356
Column removal
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  · 04-06-2024 - 12:33

Hello,

Please note that we replied to this same question in a previous message:

You can use getDocxPathQueryInfo or getWordContents to query if an element (such as a table, column or cell) contains a specific text content. With this information you can use removeWordContent to remove the needed elements.

With getDocxPathQueryInfo and getWordContents methods you can query elements to get positions, contents and other information.

Regards.