I don't think that importing charts is supported. importContent(slide) was only tested with simple shapes . Complex objects like charts, word art graphics, embedded files, etc. may not work.
Yegor On Sat, May 18, 2013 at 5:50 PM, shmc <[email protected]> wrote: > Hi everyone, > > I'm trying to merge multiple PPTX documents but I'm having problems when at > least on the slides has a chart in it. > Is it possible do this using Apache POI latest version? > > I'm using this line of code: ppt.createSlide().importContent(slide); > > Regards, > shmc > > > > -- > View this message in context: > http://apache-poi.1045710.n5.nabble.com/Multiple-XMLSlideShow-Merge-tp5712732.html > Sent from the POI - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
