I'm getting the following error when trying to import a slide:

java.lang.NoClassDefFoundError: 
org/openxmlformats/schemas/drawingml/x2006/main/CTTextNoBullet
 
org.openxmlformats.schemas.drawingml.x2006.main.impl.CTTextParagraphPropertiesImpl.addNewBuNone(Unknown
 
Source)
 
org.apache.poi.xslf.usermodel.XSLFTextParagraph.setBullet(XSLFTextParagraph.java:613)
 
org.apache.poi.xslf.usermodel.XSLFTextParagraph.copy(XSLFTextParagraph.java:977)
 org.apache.poi.xslf.usermodel.XSLFTextShape.copy(XSLFTextShape.java:578)
 org.apache.poi.xslf.usermodel.XSLFSheet.importContent(XSLFSheet.java:299)
 org.apache.poi.xslf.usermodel.XSLFSlide.importContent(XSLFSlide.java:226)

I'm using the most recent cut (3.8b5).  I don't see the class in the JAR.

Thanks,
Lou

Reply via email to