List of usage examples for org.apache.poi.xdgf.usermodel XmlVisioDocument XmlVisioDocument
public XmlVisioDocument(InputStream is) throws IOException
From source file:com.bbn.poi.xdgf.parsers.VisioParser.java
License:Apache License
public VisioParser(FileInputStream vsdxFile) throws IOException { xmlDoc = new XmlVisioDocument(vsdxFile); processPages(); }