Page 1 of 1

Table in the template don't shift

PostPosted: Wed Aug 09, 2017 8:28 am
by prakhar211
Hi,

I have two table in the word document and even if the first table has many rows the second table stay as is.

Basically if the first table has 10 rows then it shows only 4 in the first page then it shows second table and then in the second page it continue showing the remaining record of first table.

Please suggest how to handle this.

Re: Table in the template don't shift

PostPosted: Wed Aug 09, 2017 9:38 am
by jason
Insufficient info to tell you what you are doing wrong.

Are you altering a source docx, or creating your tables from scratch?

You should start by looking at the XML for your tbl objects, for example System.out.println(XmlUtils.marshalToString(tblOne))

Re: Table in the template don't shift

PostPosted: Fri Aug 11, 2017 5:41 am
by prakhar211
Sorry for the incomplete information.

I was able to find out the mistake in the code and fixed it. Thanks jason for looking into it.