org.apache.poi.xslf.usermodel
Class XSLFDrawing
java.lang.Object
org.apache.poi.xslf.usermodel.XSLFDrawing
public class XSLFDrawing
- extends java.lang.Object
- Author:
- Yegor Kozlov
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createAutoShape
public XSLFAutoShape createAutoShape()
createFreeform
public XSLFFreeformShape createFreeform()
createTextBox
public XSLFTextBox createTextBox()
createConnector
public XSLFConnectorShape createConnector()
createGroup
public XSLFGroupShape createGroup()
createPicture
public XSLFPictureShape createPicture(java.lang.String rel)
createTable
public XSLFTable createTable()