Page 1 of 1

Adding Rows Dynamically to an existing table

PostPosted: Thu Feb 16, 2012 6:06 am
by sureshbabubv
Dear All,

It is possible to add rows dynamically to an existing table.

Thanks & Regards,
B.V.Suresh Babu

Re: Adding Rows Dynamically to an existing table

PostPosted: Thu Feb 16, 2012 7:09 am
by jason
I'm not sure what you mean by "dynamically", but it is certainly possible to add rows to an existing table.

You can add a table row (Tr) via Tbl's getContent()

Re: Adding Rows Dynamically to an existing table

PostPosted: Fri Feb 17, 2012 11:12 pm
by sureshbabubv
Thankyou Jason,

Actually I tried to replace a text with a table, but failed.

Your solution in the following post helped me alot.

docx-java-f6/how-to-replace-word-with-table-in-word07-t781.html#p2520

Thanks & Regards,
B.V.Suresh Babu.