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, removeShape
HSLFAutoShape createAutoShape()
ShapeContainer
createAutoShape
in interface ShapeContainer<HSLFShape,HSLFTextParagraph>
HSLFFreeformShape createFreeform()
ShapeContainer
createFreeform
in interface ShapeContainer<HSLFShape,HSLFTextParagraph>
HSLFTextBox createTextBox()
ShapeContainer
createTextBox
in interface ShapeContainer<HSLFShape,HSLFTextParagraph>
HSLFConnectorShape createConnector()
ShapeContainer
createConnector
in interface ShapeContainer<HSLFShape,HSLFTextParagraph>
HSLFGroupShape createGroup()
ShapeContainer
createGroup
in interface ShapeContainer<HSLFShape,HSLFTextParagraph>
HSLFPictureShape createPicture(PictureData pictureData)
ShapeContainer
createPicture
in interface ShapeContainer<HSLFShape,HSLFTextParagraph>
HSLFObjectShape createOleShape(PictureData pictureData)
ShapeContainer
createOleShape
in interface ShapeContainer<HSLFShape,HSLFTextParagraph>
pictureData
- the preview imageCopyright 2021 The Apache Software Foundation or its licensors, as applicable.