Uses of Class
org.apache.poi.xdgf.usermodel.XDGFDocument
-
Packages that use XDGFDocument Package Description 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 Modifier and Type Field Description protected XDGFDocument
XDGFSheet. _document
protected XDGFDocument
XmlVisioDocument. _document
Methods in org.apache.poi.xdgf.usermodel that return XDGFDocument Modifier and Type Method Description XDGFDocument
XDGFSheet. getDocument()
Constructors in org.apache.poi.xdgf.usermodel with parameters of type XDGFDocument Constructor Description 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 Modifier and Type Field Description protected XDGFDocument
XDGFXMLDocumentPart. _document
Constructors in org.apache.poi.xdgf.xml with parameters of type XDGFDocument Constructor Description XDGFXMLDocumentPart(PackagePart part, XDGFDocument document)
-