| Modifier and Type | Method and Description |
|---|---|
void |
addChart(String rID,
Rectangle2D rect2D)
This method will add chart into slide's graphic frame
|
XSLFAutoShape |
createAutoShape() |
XSLFConnectorShape |
createConnector() |
XSLFFreeformShape |
createFreeform() |
XSLFGroupShape |
createGroup() |
XSLFObjectShape |
createOleShape(String pictureRel) |
XSLFPictureShape |
createPicture(String rel) |
XSLFTable |
createTable() |
XSLFTextBox |
createTextBox() |
public XSLFAutoShape createAutoShape()
public XSLFFreeformShape createFreeform()
public XSLFTextBox createTextBox()
public XSLFConnectorShape createConnector()
public XSLFGroupShape createGroup()
public XSLFPictureShape createPicture(String rel)
public XSLFTable createTable()
public void addChart(String rID, Rectangle2D rect2D)
rID - relation id of chartrect2D - Chart Bounding valuespublic XSLFObjectShape createOleShape(String pictureRel)