Uses of Class
org.apache.poi.xslf.usermodel.XSLFAutoShape

Packages that use XSLFAutoShape
org.apache.poi.xslf.usermodel   
 

Uses of XSLFAutoShape in org.apache.poi.xslf.usermodel
 

Subclasses of XSLFAutoShape in org.apache.poi.xslf.usermodel
 class XSLFFreeformShape
          Represents a custom geometric shape.
 class XSLFTextBox
           
 

Methods in org.apache.poi.xslf.usermodel that return XSLFAutoShape
 XSLFAutoShape XSLFSheet.createAutoShape()
           
 XSLFAutoShape XSLFShapeContainer.createAutoShape()
          create a new shape with a predefined geometry and add it to this shape container
 XSLFAutoShape XSLFGroupShape.createAutoShape()
           
 XSLFAutoShape XSLFDrawing.createAutoShape()
           
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.