|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XSLFShapeContainer
Common interface for shape containers, e.g. sheets or groups of shapes
| Method Summary | |
|---|---|
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 |
| Methods inherited from interface org.apache.poi.sl.usermodel.ShapeContainer |
|---|
addShape, createTable, getShapes, removeShape |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Method Detail |
|---|
XSLFAutoShape createAutoShape()
ShapeContainer
createAutoShape in interface ShapeContainer<XSLFShape,XSLFTextParagraph>XSLFFreeformShape createFreeform()
ShapeContainer
createFreeform in interface ShapeContainer<XSLFShape,XSLFTextParagraph>XSLFTextBox createTextBox()
ShapeContainer
createTextBox in interface ShapeContainer<XSLFShape,XSLFTextParagraph>XSLFConnectorShape createConnector()
ShapeContainer
createConnector in interface ShapeContainer<XSLFShape,XSLFTextParagraph>XSLFGroupShape createGroup()
ShapeContainer
createGroup in interface ShapeContainer<XSLFShape,XSLFTextParagraph>XSLFPictureShape createPicture(PictureData pictureData)
ShapeContainer
createPicture in interface ShapeContainer<XSLFShape,XSLFTextParagraph>void clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||