@Beta public class XSLFDrawing extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
addChart(java.lang.String rID,
java.awt.geom.Rectangle2D rect2D)
This method will add chart into slide's graphic frame
|
XSLFAutoShape |
createAutoShape() |
XSLFConnectorShape |
createConnector() |
XSLFFreeformShape |
createFreeform() |
XSLFGroupShape |
createGroup() |
XSLFObjectShape |
createOleShape(java.lang.String pictureRel) |
XSLFPictureShape |
createPicture(java.lang.String rel) |
XSLFTable |
createTable() |
XSLFTextBox |
createTextBox() |
public XSLFAutoShape createAutoShape()
public XSLFFreeformShape createFreeform()
public XSLFTextBox createTextBox()
public XSLFConnectorShape createConnector()
public XSLFGroupShape createGroup()
public XSLFPictureShape createPicture(java.lang.String rel)
public XSLFTable createTable()
public void addChart(java.lang.String rID, java.awt.geom.Rectangle2D rect2D)
rID
- relation id of chartrect2D
- Chart Bounding valuespublic XSLFObjectShape createOleShape(java.lang.String pictureRel)
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.