Uses of Interface
org.apache.poi.sl.usermodel.ShapeContainer
Packages that use ShapeContainer
Package
Description
-
Uses of ShapeContainer in org.apache.poi.hslf.model
Constructors in org.apache.poi.hslf.model with parameters of type ShapeContainerModifierConstructorDescriptionprotectedActiveXShape(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 aPictureobjectprotectedPolygon(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.usermodelModifier and TypeInterfaceDescriptioninterfaceCommon interface for shape containers, e.g.Classes in org.apache.poi.hslf.usermodel that implement ShapeContainerModifier and TypeClassDescriptionclassRepresents a group of shapes.classThe superclass of all master sheets - Slide masters, Notes masters, etc.final classThis class represents a slide's notes in a PowerPoint Document.classThis class defines the common format of "Sheets" in a powerpoint document.final classThis class represents a slide in a PowerPoint Document.final classSlideMaster determines the graphics, layout, and formatting for all the slides in a given presentation.final classRepresents a table in a PowerPoint presentationfinal classTitle masters define the design template for slides with a Title Slide layout.Methods in org.apache.poi.hslf.usermodel that return ShapeContainerMethods in org.apache.poi.hslf.usermodel with parameters of type ShapeContainerModifier and TypeMethodDescriptionstatic 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) Constructors in org.apache.poi.hslf.usermodel with parameters of type ShapeContainerModifierConstructorDescriptionprotectedHSLFAutoShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) HSLFAutoShape(ShapeType type, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) protectedHSLFBackground(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) protectedHSLFConnectorShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a ConnectorShape object and initialize it from the supplied Record container.Create a new ConnectorShape.protectedHSLFFreeformShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a Freeform object and initialize it from the supplied Record container.Create a new Freeform.protectedHSLFGroupShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a ShapeGroup object and initialize it from the supplied Record container.Create a new ShapeGroup.HSLFLine(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) HSLFLine(ShapeContainer<HSLFShape, HSLFTextParagraph> parent) HSLFObjectShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create aOLEShapeobjectHSLFObjectShape(HSLFPictureData data, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a newOLEShapeprotectedHSLFPictureShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create aPictureobjectHSLFPictureShape(HSLFPictureData data, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a newPictureprotectedHSLFPlaceholder(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) protectedHSLFShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a Shape object.protectedHSLFSimpleShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a SimpleShape object and initialize it from the supplied Record container.protectedHSLFTable(int numRows, int numCols, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a new Table of the given number of rows and columnsprotectedHSLFTable(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a Table object and initialize it from the supplied Record container.protectedHSLFTextBox(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a TextBox object and initialize it from the supplied Record container.Create a new TextBox.protectedHSLFTextShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a TextBox object and initialize it from the supplied Record container.Create a new TextBox. -
Uses of ShapeContainer in org.apache.poi.sl.usermodel
Subinterfaces of ShapeContainer in org.apache.poi.sl.usermodelModifier and TypeInterfaceDescriptioninterfaceGroupShape<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 -
Uses of ShapeContainer in org.apache.poi.xslf.usermodel
Subinterfaces of ShapeContainer in org.apache.poi.xslf.usermodelModifier and TypeInterfaceDescriptioninterfaceCommon interface for shape containers, e.g.Classes in org.apache.poi.xslf.usermodel that implement ShapeContainerModifier and TypeClassDescriptionclassRepresents a group shape that consists of many shapes grouped together.final classclassNotes master object associated with this layout.classfinal classclassclassSlide master object associated with this layout.