Uses of Class
org.apache.poi.hslf.usermodel.HSLFShape
-
Packages that use HSLFShape Package Description org.apache.poi.hslf.model org.apache.poi.hslf.usermodel -
-
Uses of HSLFShape in org.apache.poi.hslf.model
Subclasses of HSLFShape in org.apache.poi.hslf.model Modifier and Type Class Description class
ActiveXShape
Represents an ActiveX control in a PowerPoint document.class
MovieShape
Represents a movie in a PowerPoint document.class
Polygon
A simple closed polygon shapeConstructors in org.apache.poi.hslf.model with parameters of type HSLFShape Constructor Description HSLFMetroShape(HSLFShape shape)
Constructor parameters in org.apache.poi.hslf.model with type arguments of type HSLFShape 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 HSLFShape in org.apache.poi.hslf.usermodel
Subclasses of HSLFShape in org.apache.poi.hslf.usermodel Modifier and Type Class Description class
HSLFAutoShape
Represents an AutoShape.class
HSLFBackground
Background shapeclass
HSLFConnectorShape
Specifies a connection shape.class
HSLFFreeformShape
A "Freeform" shape.class
HSLFGroupShape
Represents a group of shapes.class
HSLFLine
Represents a line in a PowerPoint drawingclass
HSLFObjectShape
A shape representing embedded OLE object.class
HSLFPictureShape
Represents a picture in a PowerPoint document.class
HSLFPlaceholder
Represents a Placeholder in PowerPoint.class
HSLFSimpleShape
An abstract simple (non-group) shape.class
HSLFTable
Represents a table in a PowerPoint presentationclass
HSLFTableCell
Represents a cell in a ppt tableclass
HSLFTextBox
Represents a TextFrame shape in PowerPoint.class
HSLFTextShape
A common superclass of all shapes that can hold text.Methods in org.apache.poi.hslf.usermodel that return HSLFShape Modifier and Type Method Description static HSLFShape
HSLFShapeFactory. createShape(EscherContainerRecord spContainer, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create a new shape from the data provided.static HSLFShape
HSLFShapeFactory. createSimpleShape(EscherContainerRecord spContainer, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Methods in org.apache.poi.hslf.usermodel that return types with arguments of type HSLFShape Modifier and Type Method Description MasterSheet<HSLFShape,HSLFTextParagraph>
HSLFSlideShow. createMasterSheet()
ShapeContainer<HSLFShape,HSLFTextParagraph>
HSLFShape. getParent()
Shadow<HSLFShape,HSLFTextParagraph>
HSLFSimpleShape. getShadow()
java.util.List<HSLFShape>
HSLFGroupShape. getShapes()
java.util.List<HSLFShape>
HSLFSheet. getShapes()
Returns all shapes contained in this Sheetjava.util.Iterator<HSLFShape>
HSLFGroupShape. iterator()
java.util.Iterator<HSLFShape>
HSLFSheet. iterator()
Methods in org.apache.poi.hslf.usermodel with parameters of type HSLFShape Modifier and Type Method Description void
HSLFGroupShape. addShape(HSLFShape shape)
Add a shape to this group.void
HSLFSheet. addShape(HSLFShape shape)
Add a new Shape to this Slideprotected static HSLFHyperlink
HSLFHyperlink. find(HSLFShape shape)
Find hyperlink assigned to the supplied shapestatic boolean
HSLFMasterSheet. isPlaceholder(HSLFShape shape)
Deprecated.boolean
HSLFGroupShape. removeShape(HSLFShape shape)
boolean
HSLFSheet. removeShape(HSLFShape shape)
Removes the specified shape from this sheet.Method parameters in org.apache.poi.hslf.usermodel with type arguments of type HSLFShape 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)
void
HSLFHyperlink. linkToSlide(Slide<HSLFShape,HSLFTextParagraph> slide)
void
HSLFSlide. setNotes(Notes<HSLFShape,HSLFTextParagraph> notes)
Sets the Notes that are associated with this.Constructors in org.apache.poi.hslf.usermodel with parameters of type HSLFShape Constructor Description HSLFFill(HSLFShape shape)
Construct aFill
object for a shape.
-