Package | Description |
---|---|
org.apache.poi.xssf.usermodel |
Modifier and Type | Field and Description |
---|---|
protected XSSFShapeGroup |
XSSFShape.parent
The parent shape, always not-null for shapes in groups
|
Modifier and Type | Method and Description |
---|---|
XSSFShapeGroup |
XSSFShapeGroup.createGroup(XSSFChildAnchor anchor)
Creates a group shape.
|
XSSFShapeGroup |
XSSFDrawing.createGroup(XSSFClientAnchor anchor)
Creates a simple shape.
|
XSSFShapeGroup |
XSSFShape.getParent() |
Modifier and Type | Method and Description |
---|---|
java.util.List<XSSFShape> |
XSSFDrawing.getShapes(XSSFShapeGroup groupshape) |
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.