Uses of Class
org.apache.poi.xdgf.usermodel.XDGFBaseContents
-
Packages that use XDGFBaseContents Package Description org.apache.poi.xdgf.usermodel -
-
Uses of XDGFBaseContents in org.apache.poi.xdgf.usermodel
Subclasses of XDGFBaseContents in org.apache.poi.xdgf.usermodel Modifier and Type Class Description class
XDGFMasterContents
Contains the actual contents of the master/stencilclass
XDGFPageContents
Constructors in org.apache.poi.xdgf.usermodel with parameters of type XDGFBaseContents Constructor Description 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)
-