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 TypeClassDescriptionclassclassA shape is a collection of Geometry Visualization, Format, Text, Images, and Shape Data in a Drawing Page.classFields in org.apache.poi.xdgf.usermodel declared as XDGFSheetModifier and TypeFieldDescriptionprotected XDGFSheetXDGFMaster._pageSheetprotected XDGFSheetXDGFPage._pageSheetMethods 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 XDGFSectionXDGFSection.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)