Uses of Interface
org.apache.poi.sl.usermodel.AutoShape
-
Packages that use AutoShape Package Description org.apache.poi.sl.draw org.apache.poi.sl.usermodel -
-
Uses of AutoShape in org.apache.poi.sl.draw
Constructors in org.apache.poi.sl.draw with parameters of type AutoShape Constructor Description DrawAutoShape(AutoShape<?,?> shape)
-
Uses of AutoShape in org.apache.poi.sl.usermodel
Subinterfaces of AutoShape in org.apache.poi.sl.usermodel Modifier and Type Interface Description interface
FreeformShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
interface
Line<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
Interface for Lines ...interface
TextBox<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
Represents a TextFrame shape in PowerPoint.Methods in org.apache.poi.sl.usermodel that return AutoShape Modifier and Type Method Description AutoShape<S,P>
ShapeContainer. createAutoShape()
create a new shape with a predefined geometry and add it to this shape container
-