4041424344454647
private boolean slidesByDefault = true; private boolean notesByDefault = false; public HXFPowerPointExtractor(Package container) throws XmlException, OpenXML4JException, IOException { this(new HSLFXMLSlideShow( new HSLFXML(container) )); }
39404142434445
File fileA = new File( System.getProperty("HSLF.testdata.path") + File.separator + "sample.pptx" ); xmlA = new HSLFXML(HXFDocument.openPackage(fileA)); }