Class GenericSection
- java.lang.Object
-
- org.apache.poi.xdgf.usermodel.section.XDGFSection
-
- org.apache.poi.xdgf.usermodel.section.GenericSection
-
public class GenericSection extends XDGFSection
-
-
Constructor Summary
Constructors Constructor Description GenericSection(com.microsoft.schemas.office.visio.x2012.main.SectionType section, XDGFSheet containingSheet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setupMaster(XDGFSection section)
-
Methods inherited from class org.apache.poi.xdgf.usermodel.section.XDGFSection
getXmlObject, load, toString
-
-
-
-
Constructor Detail
-
GenericSection
public GenericSection(com.microsoft.schemas.office.visio.x2012.main.SectionType section, XDGFSheet containingSheet)
-
-
Method Detail
-
setupMaster
public void setupMaster(XDGFSection section)
- Specified by:
setupMaster
in classXDGFSection
-
-