public interface HSLFShapeContainer extends ShapeContainer<HSLFShape,HSLFTextParagraph>
| Modifier and Type | Method and Description |
|---|---|
HSLFAutoShape |
createAutoShape() |
HSLFConnectorShape |
createConnector() |
HSLFFreeformShape |
createFreeform() |
HSLFGroupShape |
createGroup() |
HSLFObjectShape |
createOleShape(PictureData pictureData) |
HSLFPictureShape |
createPicture(PictureData pictureData) |
HSLFTextBox |
createTextBox() |
addShape, createTable, getShapes, removeShapeHSLFAutoShape createAutoShape()
createAutoShape in interface ShapeContainer<HSLFShape,HSLFTextParagraph>HSLFFreeformShape createFreeform()
createFreeform in interface ShapeContainer<HSLFShape,HSLFTextParagraph>HSLFTextBox createTextBox()
createTextBox in interface ShapeContainer<HSLFShape,HSLFTextParagraph>HSLFConnectorShape createConnector()
createConnector in interface ShapeContainer<HSLFShape,HSLFTextParagraph>HSLFGroupShape createGroup()
createGroup in interface ShapeContainer<HSLFShape,HSLFTextParagraph>HSLFPictureShape createPicture(PictureData pictureData)
createPicture in interface ShapeContainer<HSLFShape,HSLFTextParagraph>HSLFObjectShape createOleShape(PictureData pictureData)
createOleShape in interface ShapeContainer<HSLFShape,HSLFTextParagraph>