Interface AutoShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>

All Superinterfaces:
IAdjustableShape, Iterable<P>, PlaceableShape<S,P>, Shape<S,P>, SimpleShape<S,P>, TextShape<S,P>
All Known Subinterfaces:
FreeformShape<S,P>, Line<S,P>, TextBox<S,P>
All Known Implementing Classes:
HSLFAutoShape, HSLFFreeformShape, HSLFLine, HSLFPlaceholder, HSLFTableCell, HSLFTextBox, Polygon, XSLFAutoShape, XSLFFreeformShape, XSLFTextBox

public interface AutoShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> extends TextShape<S,P>