Uses of Interface
org.apache.poi.xslf.usermodel.XSLFShapeContainer
-
Packages that use XSLFShapeContainer Package Description org.apache.poi.xslf.usermodel -
-
Uses of XSLFShapeContainer in org.apache.poi.xslf.usermodel
Classes in org.apache.poi.xslf.usermodel that implement XSLFShapeContainer Modifier and Type Class Description class
XSLFGroupShape
Represents a group shape that consists of many shapes grouped together.class
XSLFNotes
class
XSLFNotesMaster
Notes master object associated with this layout.class
XSLFSheet
class
XSLFSlide
class
XSLFSlideLayout
class
XSLFSlideMaster
Slide master object associated with this layout.Methods in org.apache.poi.xslf.usermodel that return XSLFShapeContainer Modifier and Type Method Description XSLFShapeContainer
XSLFShape. getParent()
Methods in org.apache.poi.xslf.usermodel with parameters of type XSLFShapeContainer Modifier and Type Method Description protected static java.util.List<XSLFShape>
XSLFSheet. buildShapes(org.openxmlformats.schemas.presentationml.x2006.main.CTGroupShape spTree, XSLFShapeContainer parent)
void
XSLFShape. setParent(XSLFShapeContainer parent)
-