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.