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

Packages that use XDGFDocument
org.apache.poi.xdgf.usermodel   
org.apache.poi.xdgf.xml   
 

Uses of XDGFDocument in org.apache.poi.xdgf.usermodel
 

Fields in org.apache.poi.xdgf.usermodel declared as XDGFDocument
protected  XDGFDocument XmlVisioDocument._document
           
protected  XDGFDocument XDGFSheet._document
           
 

Methods in org.apache.poi.xdgf.usermodel that return XDGFDocument
 XDGFDocument XDGFSheet.getDocument()
           
 

Constructors in org.apache.poi.xdgf.usermodel with parameters of type XDGFDocument
XDGFBaseContents(PackagePart part, XDGFDocument document)
           
XDGFFactory(XDGFDocument document)
           
XDGFMaster(com.microsoft.schemas.office.visio.x2012.main.MasterType master, XDGFMasterContents content, XDGFDocument document)
           
XDGFMasterContents(PackagePart part, XDGFDocument document)
           
XDGFMasters(PackagePart part, XDGFDocument document)
           
XDGFPage(com.microsoft.schemas.office.visio.x2012.main.PageType page, XDGFPageContents content, XDGFDocument document, XDGFPages pages)
           
XDGFPageContents(PackagePart part, XDGFDocument document)
           
XDGFPages(PackagePart part, XDGFDocument document)
           
XDGFPageSheet(com.microsoft.schemas.office.visio.x2012.main.PageSheetType sheet, XDGFDocument document)
           
XDGFShape(com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType shapeSheet, XDGFBaseContents parentPage, XDGFDocument document)
           
XDGFShape(XDGFShape parent, com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType shapeSheet, XDGFBaseContents parentPage, XDGFDocument document)
           
XDGFSheet(com.microsoft.schemas.office.visio.x2012.main.SheetType sheet, XDGFDocument document)
           
XDGFStyleSheet(com.microsoft.schemas.office.visio.x2012.main.StyleSheetType styleSheet, XDGFDocument document)
           
 

Uses of XDGFDocument in org.apache.poi.xdgf.xml
 

Fields in org.apache.poi.xdgf.xml declared as XDGFDocument
protected  XDGFDocument XDGFXMLDocumentPart._document
           
 

Constructors in org.apache.poi.xdgf.xml with parameters of type XDGFDocument
XDGFXMLDocumentPart(PackagePart part, XDGFDocument document)
           
 



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