Uses of Class
org.apache.poi.xdgf.usermodel.section.XDGFSection
-
Packages that use XDGFSection Package Description org.apache.poi.xdgf.usermodel org.apache.poi.xdgf.usermodel.section -
-
Uses of XDGFSection in org.apache.poi.xdgf.usermodel
Fields in org.apache.poi.xdgf.usermodel with type parameters of type XDGFSection Modifier and Type Field Description protected Map<String,XDGFSection>XDGFSheet. _sectionsMethods in org.apache.poi.xdgf.usermodel that return XDGFSection Modifier and Type Method Description XDGFSectionXDGFSheet. getSection(String sectionName) -
Uses of XDGFSection in org.apache.poi.xdgf.usermodel.section
Subclasses of XDGFSection in org.apache.poi.xdgf.usermodel.section Modifier and Type Class Description classCharacterSectionclassGenericSectionclassGeometrySectionMethods in org.apache.poi.xdgf.usermodel.section that return XDGFSection Modifier and Type Method Description static XDGFSectionXDGFSection. load(com.microsoft.schemas.office.visio.x2012.main.SectionType section, XDGFSheet containingSheet)Methods in org.apache.poi.xdgf.usermodel.section with parameters of type XDGFSection Modifier and Type Method Description voidCharacterSection. setupMaster(XDGFSection section)voidGenericSection. setupMaster(XDGFSection section)voidGeometrySection. setupMaster(XDGFSection master)abstract voidXDGFSection. setupMaster(XDGFSection section)
-