Uses of Class
org.apache.poi.xdgf.usermodel.section.GeometrySection
-
Packages that use GeometrySection Package Description 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 Modifier and Type Field Description protected SortedMap<Long,GeometrySection>XDGFSheet. _geometryMethods in org.apache.poi.xdgf.usermodel that return GeometrySection Modifier and Type Method Description GeometrySectionXDGFShape. getGeometryByIdx(long idx)Methods in org.apache.poi.xdgf.usermodel that return types with arguments of type GeometrySection Modifier and Type Method Description Iterable<GeometrySection>XDGFShape. getGeometrySections()
-