Uses of Class
org.apache.poi.xdgf.usermodel.XDGFPage

Packages that use XDGFPage
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
protected  XDGFPage XDGFPageContents._page
           
 

Methods in org.apache.poi.xdgf.usermodel that return XDGFPage
 XDGFPage XDGFPageContents.getPage()
           
 

Methods in org.apache.poi.xdgf.usermodel that return types with arguments of type XDGFPage
 java.util.List<XDGFPage> XDGFPages.getPageList()
           
 java.util.Collection<XDGFPage> XmlVisioDocument.getPages()
           
 

Methods in org.apache.poi.xdgf.usermodel with parameters of type XDGFPage
protected  void XDGFPageContents.setPage(XDGFPage page)
           
 

Uses of XDGFPage in org.apache.poi.xdgf.util
 

Methods in org.apache.poi.xdgf.util with parameters of type XDGFPage
static void HierarchyPrinter.printHierarchy(XDGFPage page, java.io.File outDir)
           
static void HierarchyPrinter.printHierarchy(XDGFPage page, java.io.PrintStream os)
           
static void VsdxToPng.renderToPng(XDGFPage page, java.io.File outFile, double scale, ShapeRenderer renderer)
           
static void VsdxToPng.renderToPng(XDGFPage page, java.lang.String outFilename, double scale, ShapeRenderer renderer)
           
static void VsdxToPng.renderToPngDir(XDGFPage page, java.io.File outDir, double scale, ShapeRenderer renderer)
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.