Uses of Class
org.apache.poi.xdgf.usermodel.XDGFPage
-
Packages that use XDGFPage Package Description org.apache.poi.xdgf.usermodel org.apache.poi.xdgf.util -
-
Uses of XDGFPage in org.apache.poi.xdgf.usermodel
Fields in org.apache.poi.xdgf.usermodel declared as XDGFPage Modifier and Type Field Description protected XDGFPageXDGFPageContents. _pageMethods in org.apache.poi.xdgf.usermodel that return XDGFPage Modifier and Type Method Description XDGFPageXDGFPageContents. getPage()Methods in org.apache.poi.xdgf.usermodel that return types with arguments of type XDGFPage Modifier and Type Method Description List<XDGFPage>XDGFPages. getPageList()Collection<XDGFPage>XmlVisioDocument. getPages()Methods in org.apache.poi.xdgf.usermodel with parameters of type XDGFPage Modifier and Type Method Description protected voidXDGFPageContents. setPage(XDGFPage page) -
Uses of XDGFPage in org.apache.poi.xdgf.util
Methods in org.apache.poi.xdgf.util with parameters of type XDGFPage Modifier and Type Method Description static voidHierarchyPrinter. printHierarchy(XDGFPage page, File outDir)static voidHierarchyPrinter. printHierarchy(XDGFPage page, PrintStream os)static voidVsdxToPng. renderToPng(XDGFPage page, File outFile, double scale, ShapeRenderer renderer)static voidVsdxToPng. renderToPng(XDGFPage page, String outFilename, double scale, ShapeRenderer renderer)static voidVsdxToPng. renderToPngDir(XDGFPage page, File outDir, double scale, ShapeRenderer renderer)
-