Uses of Class
org.apache.poi.xdgf.usermodel.XDGFSheet
Packages that use XDGFSheet
-
Uses of XDGFSheet in org.apache.poi.xdgf.usermodel
Subclasses of XDGFSheet in org.apache.poi.xdgf.usermodelModifier and TypeClassDescriptionclass
class
A shape is a collection of Geometry Visualization, Format, Text, Images, and Shape Data in a Drawing Page.class
Fields in org.apache.poi.xdgf.usermodel declared as XDGFSheetModifier and TypeFieldDescriptionprotected XDGFSheet
XDGFMaster._pageSheet
protected XDGFSheet
XDGFPage._pageSheet
Methods in org.apache.poi.xdgf.usermodel that return XDGFSheet -
Uses of XDGFSheet in org.apache.poi.xdgf.usermodel.section
Fields in org.apache.poi.xdgf.usermodel.section declared as XDGFSheetMethods in org.apache.poi.xdgf.usermodel.section with parameters of type XDGFSheetModifier and TypeMethodDescriptionstatic 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 XDGFSheetModifierConstructorDescriptionCharacterSection
(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)