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 ShapeContainerModifierConstructorDescriptionprotected
ActiveXShape
(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create aPicture
objectMovieShape
(int movieIdx, HSLFPictureData pictureData, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a newPicture
MovieShape
(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create aPicture
objectprotected
Polygon
(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 TypeInterfaceDescriptioninterface
Common interface for shape containers, e.g.Classes in org.apache.poi.hslf.usermodel that implement ShapeContainerModifier and TypeClassDescriptionclass
Represents a group of shapes.class
The superclass of all master sheets - Slide masters, Notes masters, etc.final class
This class represents a slide's notes in a PowerPoint Document.class
This class defines the common format of "Sheets" in a powerpoint document.final class
This class represents a slide in a PowerPoint Document.final class
SlideMaster determines the graphics, layout, and formatting for all the slides in a given presentation.final class
Represents a table in a PowerPoint presentationfinal class
Title 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 HSLFShape
HSLFShapeFactory.createShape
(EscherContainerRecord spContainer, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a new shape from the data provided.static HSLFGroupShape
HSLFShapeFactory.createShapeGroup
(EscherContainerRecord spContainer, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) static HSLFShape
HSLFShapeFactory.createSimpleShape
(EscherContainerRecord spContainer, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Constructors in org.apache.poi.hslf.usermodel with parameters of type ShapeContainerModifierConstructorDescriptionprotected
HSLFAutoShape
(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) HSLFAutoShape
(ShapeType type, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) protected
HSLFBackground
(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) protected
HSLFConnectorShape
(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a ConnectorShape object and initialize it from the supplied Record container.Create a new ConnectorShape.protected
HSLFFreeformShape
(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a Freeform object and initialize it from the supplied Record container.Create a new Freeform.protected
HSLFGroupShape
(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 aOLEShape
objectHSLFObjectShape
(HSLFPictureData data, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a newOLEShape
protected
HSLFPictureShape
(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create aPicture
objectHSLFPictureShape
(HSLFPictureData data, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a newPicture
protected
HSLFPlaceholder
(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) protected
HSLFShape
(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a Shape object.protected
HSLFSimpleShape
(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a SimpleShape object and initialize it from the supplied Record container.protected
HSLFTable
(int numRows, int numCols, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a new Table of the given number of rows and columnsprotected
HSLFTable
(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a Table object and initialize it from the supplied Record container.protected
HSLFTextBox
(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a TextBox object and initialize it from the supplied Record container.Create a new TextBox.protected
HSLFTextShape
(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 TypeInterfaceDescriptioninterface
GroupShape<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
MasterSheet<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
Notes<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> interface
Sheet<S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>> Common parent of Slides, Notes and Mastersinterface
Slide<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 TypeInterfaceDescriptioninterface
Common interface for shape containers, e.g.Classes in org.apache.poi.xslf.usermodel that implement ShapeContainerModifier and TypeClassDescriptionclass
Represents a group shape that consists of many shapes grouped together.final class
class
Notes master object associated with this layout.class
final class
class
class
Slide master object associated with this layout.