Package org.apache.poi.xslf.usermodel
Class XSLFDrawing
- java.lang.Object
-
- org.apache.poi.xslf.usermodel.XSLFDrawing
-
@Beta public class XSLFDrawing extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
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()
-
createOleShape
public XSLFObjectShape createOleShape(java.lang.String pictureRel)
-
-