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 aPicture
objectMovieShape(int movieIdx, HSLFPictureData pictureData, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create a newPicture
MovieShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create aPicture
objectPolygon(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 interface
HSLFShapeContainer
Common interface for shape containers, e.g.Classes in org.apache.poi.hslf.usermodel that implement ShapeContainer Modifier and Type Class Description class
HSLFGroupShape
Represents a group of shapes.class
HSLFMasterSheet
The superclass of all master sheets - Slide masters, Notes masters, etc.class
HSLFNotes
This class represents a slide's notes in a PowerPoint Document.class
HSLFSheet
This class defines the common format of "Sheets" in a powerpoint document.class
HSLFSlide
This class represents a slide in a PowerPoint Document.class
HSLFSlideMaster
SlideMaster determines the graphics, layout, and formatting for all the slides in a given presentation.class
HSLFTable
Represents a table in a PowerPoint presentationclass
HSLFTitleMaster
Title 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 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)
-
Uses of ShapeContainer in org.apache.poi.sl.usermodel
Subinterfaces of ShapeContainer in org.apache.poi.sl.usermodel Modifier and Type Interface Description interface
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 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 interface
XSLFShapeContainer
Common interface for shape containers, e.g.Classes in org.apache.poi.xslf.usermodel that implement ShapeContainer 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.
-