Uses of Class
org.apache.poi.xdgf.usermodel.XDGFSheet
-
Packages that use XDGFSheet Package Description org.apache.poi.xdgf.usermodel org.apache.poi.xdgf.usermodel.section -
-
Uses of XDGFSheet in org.apache.poi.xdgf.usermodel
Subclasses of XDGFSheet in org.apache.poi.xdgf.usermodel Modifier and Type Class Description class
XDGFPageSheet
class
XDGFShape
A shape is a collection of Geometry Visualization, Format, Text, Images, and Shape Data in a Drawing Page.class
XDGFStyleSheet
Fields in org.apache.poi.xdgf.usermodel declared as XDGFSheet Modifier and Type Field Description protected XDGFSheet
XDGFMaster. _pageSheet
protected XDGFSheet
XDGFPage. _pageSheet
Methods in org.apache.poi.xdgf.usermodel that return XDGFSheet Modifier and Type Method Description XDGFSheet
XDGFMaster. getPageSheet()
XDGFSheet
XDGFPage. getPageSheet()
-
Uses of XDGFSheet in org.apache.poi.xdgf.usermodel.section
Fields in org.apache.poi.xdgf.usermodel.section declared as XDGFSheet Modifier and Type Field Description protected XDGFSheet
XDGFSection. _containingSheet
Methods in org.apache.poi.xdgf.usermodel.section with parameters of type XDGFSheet Modifier and Type Method Description static XDGFSection
XDGFSection. load(com.microsoft.schemas.office.visio.x2012.main.SectionType section, XDGFSheet containingSheet)
Constructors in org.apache.poi.xdgf.usermodel.section with parameters of type XDGFSheet Constructor Description CharacterSection(com.microsoft.schemas.office.visio.x2012.main.SectionType section, XDGFSheet containingSheet)
GenericSection(com.microsoft.schemas.office.visio.x2012.main.SectionType section, XDGFSheet containingSheet)
GeometrySection(com.microsoft.schemas.office.visio.x2012.main.SectionType section, XDGFSheet containingSheet)
XDGFSection(com.microsoft.schemas.office.visio.x2012.main.SectionType section, XDGFSheet containingSheet)
-