Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
simple-0.4
-
None
-
None
-
Operating System: Windows
Platform: PC
-
290
Description
I try to create table in presentation document just like we do in text and spreadsheet, but for the following code, it doesn't work...
PresentationDocument presentationDoc = PresentationDocument.newPresentationDocument();
Table.newTable(presentationDoc, 5, 5);
presentationDoc.save("test.odp");
Maybe attach table to a presentation is not so simple. We should know the slide and slide layout where this table will be inserted.
Attachments
Attachments
Issue Links
- is depended upon by
-
ODFTOOLKIT-249 Performance tuning for foreign slide copy
- Closed