@Beta public class XSLFDrawing extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
XSLFAutoShape |
createAutoShape() |
XSLFConnectorShape |
createConnector() |
XSLFFreeformShape |
createFreeform() |
XSLFGroupShape |
createGroup() |
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()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.