Uses of Class
org.apache.poi.xdgf.usermodel.section.XDGFSection

Packages that use XDGFSection
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
protected  java.util.Map<java.lang.String,XDGFSection> XDGFSheet._sections
           
 

Methods in org.apache.poi.xdgf.usermodel that return XDGFSection
 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
 class CharacterSection
           
 class GenericSection
           
 class GeometrySection
           
 

Methods in org.apache.poi.xdgf.usermodel.section that return XDGFSection
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
 void GenericSection.setupMaster(XDGFSection section)
           
abstract  void XDGFSection.setupMaster(XDGFSection section)
           
 void CharacterSection.setupMaster(XDGFSection section)
           
 void GeometrySection.setupMaster(XDGFSection master)
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.