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 interfaceGroupShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceMasterSheet<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceNotes<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>interfaceSheet<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>Common parent of Slides, Notes and MastersinterfaceSlide<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()
-