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 XDGFDocumentXDGFSheet. _documentprotected XDGFDocumentXmlVisioDocument. _documentMethods in org.apache.poi.xdgf.usermodel that return XDGFDocument Modifier and Type Method Description XDGFDocumentXDGFSheet. getDocument()Constructors in org.apache.poi.xdgf.usermodel with parameters of type XDGFDocument Constructor Description XDGFFactory(XDGFDocument document)XDGFMaster(com.microsoft.schemas.office.visio.x2012.main.MasterType master, XDGFMasterContents content, XDGFDocument document)XDGFPage(com.microsoft.schemas.office.visio.x2012.main.PageType page, XDGFPageContents content, XDGFDocument document, XDGFPages pages)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 XDGFDocumentXDGFXMLDocumentPart. _documentMethods in org.apache.poi.xdgf.xml with parameters of type XDGFDocument Modifier and Type Method Description voidXDGFXMLDocumentPart. setDocument(XDGFDocument document)
-