Uses of Interface
org.apache.poi.sl.usermodel.ShapeContainer
-
Packages that use ShapeContainer Package Description org.apache.poi.hslf.model org.apache.poi.hslf.usermodel org.apache.poi.sl.usermodel org.apache.poi.xslf.usermodel -
-
Uses of ShapeContainer in org.apache.poi.hslf.model
Constructors in org.apache.poi.hslf.model with parameters of type ShapeContainer Constructor Description ActiveXShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)Create aPictureobjectMovieShape(int movieIdx, HSLFPictureData pictureData, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)Create a newPictureMovieShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)Create aPictureobjectPolygon(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)Create a Polygon object and initialize it from the supplied Record container.Polygon(ShapeContainer<HSLFShape,HSLFTextParagraph> parent)Create a new Polygon. -
Uses of ShapeContainer in org.apache.poi.hslf.usermodel
Subinterfaces of ShapeContainer in org.apache.poi.hslf.usermodel Modifier and Type Interface Description interfaceHSLFShapeContainerCommon interface for shape containers, e.g.Classes in org.apache.poi.hslf.usermodel that implement ShapeContainer Modifier and Type Class Description classHSLFGroupShapeRepresents a group of shapes.classHSLFMasterSheetThe superclass of all master sheets - Slide masters, Notes masters, etc.classHSLFNotesThis class represents a slide's notes in a PowerPoint Document.classHSLFSheetThis class defines the common format of "Sheets" in a powerpoint document.classHSLFSlideThis class represents a slide in a PowerPoint Document.classHSLFSlideMasterSlideMaster determines the graphics, layout, and formatting for all the slides in a given presentation.classHSLFTableRepresents a table in a PowerPoint presentationclassHSLFTitleMasterTitle masters define the design template for slides with a Title Slide layout.Methods in org.apache.poi.hslf.usermodel that return ShapeContainer Modifier and Type Method Description ShapeContainer<HSLFShape,HSLFTextParagraph>HSLFShape. getParent()Methods in org.apache.poi.hslf.usermodel with parameters of type ShapeContainer Modifier and Type Method Description static HSLFShapeHSLFShapeFactory. createShape(EscherContainerRecord spContainer, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)Create a new shape from the data provided.static HSLFGroupShapeHSLFShapeFactory. createShapeGroup(EscherContainerRecord spContainer, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)static HSLFShapeHSLFShapeFactory. createSimpleShape(EscherContainerRecord spContainer, ShapeContainer<HSLFShape,HSLFTextParagraph> parent) -
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() -
Uses of ShapeContainer in org.apache.poi.xslf.usermodel
Subinterfaces of ShapeContainer in org.apache.poi.xslf.usermodel Modifier and Type Interface Description interfaceXSLFShapeContainerCommon interface for shape containers, e.g.Classes in org.apache.poi.xslf.usermodel that implement ShapeContainer 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.
-