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 classXSLFGroupShapeRepresents a group shape that consists of many shapes grouped together.classXSLFNotesclassXSLFNotesMasterNotes master object associated with this layout.classXSLFSheetclassXSLFSlideclassXSLFSlideLayoutclassXSLFSlideMasterSlide master object associated with this layout.Methods in org.apache.poi.xslf.usermodel that return XSLFShapeContainer Modifier and Type Method Description XSLFShapeContainerXSLFShape. getParent()Methods in org.apache.poi.xslf.usermodel with parameters of type XSLFShapeContainer Modifier and Type Method Description protected static List<XSLFShape>XSLFSheet. buildShapes(org.openxmlformats.schemas.presentationml.x2006.main.CTGroupShape spTree, XSLFShapeContainer parent)voidXSLFShape. setParent(XSLFShapeContainer parent)
-