Page 1 of 1

Create Table inside PPTX by pptx4j

PostPosted: Tue Oct 21, 2014 8:57 pm
by Subratac2012
Hi,
Please reply the below information regarding the pptx4j. I'm new to pptx4j. :roll:
I will create one dynamic PPTX file by using pptx4j and need below clarification.

1. Is there any option to create the table type object in the slide by using pptx4j.
And after create the table type object into the pptx file , if user require to add one more column then , right click and add one column .
Is it possible by creating pptx4j generated slides , functionality same like normal MS Office created slide with table. :?:

2. This pptx data will come from database column.
After print the data in the slide , like a paragraph, user will able to select the whole paragraph at a time and edit that part.
Is it possible by creating pptx4j generated slides. Is there any issue to select a paragraph, split text problem will occur by using pptx4j. :?:

If this are possible, then please reply the details and code for this .
Advance thanks for any type of suggestion.

Re: Create Table inside PPTX by pptx4j

PostPosted: Wed Oct 22, 2014 3:13 pm
by jason
You can use Powerpoint to create a presentation containing a slide with a table.

If you save it as a pptx, you can then upload it to the webapp at http://webapp.docx4java.org/OnlineDemo/PartsList.html

If you click through to the slide containing your table, you can generate corresponding docx4j code.