Re: Apache POI - XSLF ooxml library

2016-08-25 Thread Dominik Stadler
Hi, That sounds like you still have some old jars in use in your project, can you check? You can also try to use the full schema-jar instead of the ooxml-schemas, see http://poi.apache.org/faq.html#faq-N10025 for details. Dominik. On Wed, Aug 24, 2016 at 3:31 PM, Guilherme Viteri wrote: > Hi,

Re: Apache POI - XSLF ooxml library

2016-08-25 Thread Guilherme Viteri
Hi, Now it worked fine :D So, at the moment I end up using the 3.15-beta2 - the latest available in Maven Repository - removed the poi-ooxml-schemas and added ooxml-schemas-1.3.jar as recommend in the FAQ you sent and everything worked fine. Thanks for all of your help Dominik. > On 25 Aug 201

PPTX file not quite represents what I am drawing.

2016-08-25 Thread Guilherme Viteri
Hi, I am drawing my presentation file based on AutoShapes, basically rectangles, ellipses and connectors. Then when I move them in PPT the connectors follow the Shapes. After running the following code. I don't see the Connector. Once I move the shape around then the connector appear. What am I

Re: Apache POI - XSLF ooxml library

2016-08-25 Thread Javen O'Neal
>From https://poi.apache.org/faq.html#faq-N10025 "the poi-ooxml-schemas jar only contains the XSDs and classes that are typically used, as identified by the unit tests" If you want to use the smaller poi-ooxml-schemas file in the future, write a unit test that uses the missing class. We build poi-