Forum


Replies: 1   Views: 96
How to split table cell or align data to left and right

Posted by admin  · 16-09-2024 - 11:37

Hello,

There's no direct method to split a table, but you can use cloneWordContent to clone it and then removeWordContent to remove rows and cells from both tables and get the required output.

If you need to change cell content alignments in an existing DOCX, you can use customizeWordContent.

Regards.