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 java.util.SortedMap<java.lang.Long,GeometrySection>
XDGFSheet. _geometry
Methods in org.apache.poi.xdgf.usermodel that return GeometrySection Modifier and Type Method Description GeometrySection
XDGFShape. getGeometryByIdx(long idx)
Methods in org.apache.poi.xdgf.usermodel that return types with arguments of type GeometrySection Modifier and Type Method Description java.lang.Iterable<GeometrySection>
XDGFShape. getGeometrySections()
-