@Beta public class XSLFDrawing extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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 XSLFObjectShape createOleShape(java.lang.String pictureRel)
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.