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 java.util.Map<java.lang.String,XDGFSection>
XDGFSheet. _sections
Methods in org.apache.poi.xdgf.usermodel that return XDGFSection Modifier and Type Method Description XDGFSection
XDGFSheet. getSection(java.lang.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 class
CharacterSection
class
GenericSection
class
GeometrySection
Methods in org.apache.poi.xdgf.usermodel.section that return XDGFSection Modifier and Type Method Description static XDGFSection
XDGFSection. 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 void
CharacterSection. setupMaster(XDGFSection section)
void
GenericSection. setupMaster(XDGFSection section)
void
GeometrySection. setupMaster(XDGFSection master)
abstract void
XDGFSection. setupMaster(XDGFSection section)
-