public interface XSLFShapeContainer extends ShapeContainer<XSLFShape,XSLFTextParagraph>
| Modifier and Type | Method and Description | 
|---|---|
| void | clear()Removes all of the elements from this container (optional operation). | 
| XSLFAutoShape | createAutoShape()create a new shape with a predefined geometry and add it to this shape container | 
| XSLFConnectorShape | createConnector()create a connector | 
| XSLFFreeformShape | createFreeform()create a new shape with a custom geometry | 
| XSLFGroupShape | createGroup()create a group of shapes belonging to this container | 
| XSLFPictureShape | createPicture(PictureData pictureData)create a picture belonging to this container | 
| XSLFTextBox | createTextBox()create a text box | 
addShape, createOleShape, createTable, getShapes, removeShapeXSLFAutoShape createAutoShape()
ShapeContainercreateAutoShape in interface ShapeContainer<XSLFShape,XSLFTextParagraph>XSLFFreeformShape createFreeform()
ShapeContainercreateFreeform in interface ShapeContainer<XSLFShape,XSLFTextParagraph>XSLFTextBox createTextBox()
ShapeContainercreateTextBox in interface ShapeContainer<XSLFShape,XSLFTextParagraph>XSLFConnectorShape createConnector()
ShapeContainercreateConnector in interface ShapeContainer<XSLFShape,XSLFTextParagraph>XSLFGroupShape createGroup()
ShapeContainercreateGroup in interface ShapeContainer<XSLFShape,XSLFTextParagraph>XSLFPictureShape createPicture(PictureData pictureData)
ShapeContainercreatePicture in interface ShapeContainer<XSLFShape,XSLFTextParagraph>void clear()
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.