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 XSLFAutoShapecreateAutoShape()XSLFConnectorShapecreateConnector()XSLFFreeformShapecreateFreeform()XSLFGroupShapecreateGroup()XSLFObjectShapecreateOleShape(java.lang.String pictureRel)XSLFPictureShapecreatePicture(java.lang.String rel)XSLFTablecreateTable()XSLFTextBoxcreateTextBox()
-
-
-
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)
-
-