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

Packages that use GeometrySection
org.apache.poi.xdgf.usermodel   
 

Uses of GeometrySection in org.apache.poi.xdgf.usermodel
 

Fields in org.apache.poi.xdgf.usermodel with type parameters of type GeometrySection
protected  java.util.SortedMap<java.lang.Long,GeometrySection> XDGFSheet._geometry
           
 

Methods in org.apache.poi.xdgf.usermodel that return GeometrySection
 GeometrySection XDGFShape.getGeometryByIdx(long idx)
           
 

Methods in org.apache.poi.xdgf.usermodel that return types with arguments of type GeometrySection
 java.lang.Iterable<GeometrySection> XDGFShape.getGeometrySections()
           
 



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