Uses of Interface
org.apache.poi.sl.usermodel.ShapeContainer
-
Packages that use ShapeContainer Package Description org.apache.poi.sl.usermodel -
-
Uses of ShapeContainer in org.apache.poi.sl.usermodel
Subinterfaces of ShapeContainer in org.apache.poi.sl.usermodel Modifier and Type Interface Description interface
GroupShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
interface
MasterSheet<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
interface
Notes<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
interface
Sheet<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
Common parent of Slides, Notes and Mastersinterface
Slide<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
Methods in org.apache.poi.sl.usermodel that return ShapeContainer Modifier and Type Method Description ShapeContainer<S,P>
PlaceableShape. getParent()
ShapeContainer<S,P>
Shape. getParent()
-