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 classXDGFPageSheetclassXDGFShapeA shape is a collection of Geometry Visualization, Format, Text, Images, and Shape Data in a Drawing Page.classXDGFStyleSheetFields in org.apache.poi.xdgf.usermodel declared as XDGFSheet Modifier and Type Field Description protected XDGFSheetXDGFMaster. _pageSheetprotected XDGFSheetXDGFPage. _pageSheetMethods in org.apache.poi.xdgf.usermodel that return XDGFSheet Modifier and Type Method Description XDGFSheetXDGFMaster. getPageSheet()XDGFSheetXDGFPage. 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 XDGFSheetXDGFSection. _containingSheetMethods in org.apache.poi.xdgf.usermodel.section with parameters of type XDGFSheet Modifier and Type Method Description static 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 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)
-