Uses of Class
org.apache.poi.xssf.usermodel.XSSFShapeGroup
-
Packages that use XSSFShapeGroup Package Description org.apache.poi.xssf.usermodel -
-
Uses of XSSFShapeGroup in org.apache.poi.xssf.usermodel
Fields in org.apache.poi.xssf.usermodel declared as XSSFShapeGroup Modifier and Type Field Description protected XSSFShapeGroup
XSSFShape. parent
The parent shape, always not-null for shapes in groupsMethods in org.apache.poi.xssf.usermodel that return XSSFShapeGroup Modifier and Type Method Description XSSFShapeGroup
XSSFDrawing. createGroup(XSSFClientAnchor anchor)
Creates a simple shape.XSSFShapeGroup
XSSFShapeGroup. createGroup(XSSFChildAnchor anchor)
Creates a group shape.XSSFShapeGroup
XSSFShape. getParent()
Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFShapeGroup Modifier and Type Method Description java.util.List<XSSFShape>
XSSFDrawing. getShapes(XSSFShapeGroup groupshape)
-