Uploaded image for project: 'ODF Toolkit'
  1. ODF Toolkit
  2. ODFTOOLKIT-231

Table API doesn't work for Presentation Document

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • simple-0.4
    • None
    • source
    • 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

        Issue Links

          Activity

            People

              Unassigned Unassigned
              devin@odftoolkit.org devin
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: