Uses of Interface
org.apache.poi.sl.usermodel.AutoShape

Packages that use AutoShape
org.apache.poi.hslf.model   
org.apache.poi.hslf.usermodel   
org.apache.poi.sl.draw   
org.apache.poi.sl.usermodel   
org.apache.poi.xslf.usermodel   
 

Uses of AutoShape in org.apache.poi.hslf.model
 

Classes in org.apache.poi.hslf.model that implement AutoShape
 class Polygon
          A simple closed polygon shape
 

Uses of AutoShape in org.apache.poi.hslf.usermodel
 

Classes in org.apache.poi.hslf.usermodel that implement AutoShape
 class HSLFAutoShape
          Represents an AutoShape.
 class HSLFFreeformShape
          A "Freeform" shape.
 class HSLFLine
          Represents a line in a PowerPoint drawing
 class HSLFPlaceholder
          Represents a Placeholder in PowerPoint.
 class HSLFTableCell
          Represents a cell in a ppt table
 class HSLFTextBox
          Represents a TextFrame shape in PowerPoint.
 

Uses of AutoShape in org.apache.poi.sl.draw
 

Constructors in org.apache.poi.sl.draw with parameters of type AutoShape
DrawAutoShape(AutoShape<?,?> shape)
           
 

Uses of AutoShape in org.apache.poi.sl.usermodel
 

Subinterfaces of AutoShape in org.apache.poi.sl.usermodel
 interface FreeformShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
           
 interface Line<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
          Interface for Lines ...
 interface TextBox<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
          Represents a TextFrame shape in PowerPoint.
 

Methods in org.apache.poi.sl.usermodel that return AutoShape
 AutoShape<S,P> ShapeContainer.createAutoShape()
          create a new shape with a predefined geometry and add it to this shape container
 

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

Classes in org.apache.poi.xslf.usermodel that implement AutoShape
 class XSLFAutoShape
          Represents a shape with a preset geometry.
 class XSLFFreeformShape
          Represents a custom geometric shape.
 class XSLFTextBox
           
 



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