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 XSSFShapeGroupXSSFShape. parentThe parent shape, always not-null for shapes in groupsMethods in org.apache.poi.xssf.usermodel that return XSSFShapeGroup Modifier and Type Method Description XSSFShapeGroupXSSFDrawing. createGroup(XSSFClientAnchor anchor)Creates a simple shape.XSSFShapeGroupXSSFShapeGroup. createGroup(XSSFChildAnchor anchor)Creates a group shape.XSSFShapeGroupXSSFShape. getParent()Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFShapeGroup Modifier and Type Method Description List<XSSFShape>XSSFDrawing. getShapes(XSSFShapeGroup groupshape)
-