public interface HSLFShapeContainer extends ShapeContainer<HSLFShape,HSLFTextParagraph>
| Modifier and Type | Method and Description | 
|---|---|
| HSLFAutoShape | createAutoShape()create a new shape with a predefined geometry and add it to this shape container | 
| HSLFConnectorShape | createConnector()create a connector | 
| HSLFFreeformShape | createFreeform()create a new shape with a custom geometry | 
| HSLFGroupShape | createGroup()create a group of shapes belonging to this container | 
| HSLFObjectShape | createOleShape(PictureData pictureData)Create a new OLE object shape with the given pictureData as preview image | 
| HSLFPictureShape | createPicture(PictureData pictureData)create a picture belonging to this container | 
| HSLFTextBox | createTextBox()create a text box | 
addShape, createTable, getShapes, removeShapeHSLFAutoShape createAutoShape()
ShapeContainercreateAutoShape in interface ShapeContainer<HSLFShape,HSLFTextParagraph>HSLFFreeformShape createFreeform()
ShapeContainercreateFreeform in interface ShapeContainer<HSLFShape,HSLFTextParagraph>HSLFTextBox createTextBox()
ShapeContainercreateTextBox in interface ShapeContainer<HSLFShape,HSLFTextParagraph>HSLFConnectorShape createConnector()
ShapeContainercreateConnector in interface ShapeContainer<HSLFShape,HSLFTextParagraph>HSLFGroupShape createGroup()
ShapeContainercreateGroup in interface ShapeContainer<HSLFShape,HSLFTextParagraph>HSLFPictureShape createPicture(PictureData pictureData)
ShapeContainercreatePicture in interface ShapeContainer<HSLFShape,HSLFTextParagraph>HSLFObjectShape createOleShape(PictureData pictureData)
ShapeContainercreateOleShape in interface ShapeContainer<HSLFShape,HSLFTextParagraph>pictureData - the preview imageCopyright 2021 The Apache Software Foundation or its licensors, as applicable.