How to add table in document at specified position

Hi,


How can we add newly created table in document at specified position like after or before some node?
Please provide views quickly.
Waiting for response and thanks for help.

Regards,
Abhishek

Hi Abhishek,


Thanks for your inquiry. I believe you can achieve this after reading the following article:
http://www.aspose.com/docs/display/wordsjava/Moving+the+Cursor

Best regards,

Can we add table object using documentbuilder?


Because I had created table object like this Table tb = new Table(inputDoc);
and then how can I add this table object?

Regards,
Abhishek

Hi Abhishek,


Thanks for your inquiry. Yes, you can add table using DocumentBuilder. Please refer to the following article:
http://www.aspose.com/docs/display/wordsjava/Inserting+Document+Elements

I hope, this helps.

Best regards,