Hello.
I’m trying to create a GroupShape and add Text box type Shapes to it. The only way to create a new GroupShape seems to be via a constructor:
GroupShape groupShape = new GroupShape(documentBuilder.getDocument());…...create a GroupShape and add text box type Shapes to it. The only...Shape(documentBuilder.getDocument(), ShapeType.TEXT_BOX) groupShape.appendChild(shape);...