|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HSLFShapeContainer
Common interface for shape containers, e.g. sheets or groups of shapes
Method Summary | |
---|---|
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 |
HSLFPictureShape |
createPicture(PictureData pictureData)
create a picture belonging to this container |
HSLFTextBox |
createTextBox()
create a text box |
Methods inherited from interface org.apache.poi.sl.usermodel.ShapeContainer |
---|
addShape, createTable, getShapes, removeShape |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Method Detail |
---|
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>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |