XSLFGroupShape does not encompass its child shapes
问题 I'm using Apache POI 3.16 (the latest version at the time of writing). In the following snippet, I create a XSLFGroupShape which I then use to create a bunch of child shapes: XSLFGroupShape group = slide.createGroup(); XSLFAutoShape cardRect = group.createAutoShape(); cardRect.setShapeType(ShapeType.RECT); cardRect.setAnchor(rect); XSLFPictureShape avatarShape = group.createPicture(avatar); // More shapes added to the group here... The problem is the following: in the generated PowerPoint