Uses of Class
org.apache.poi.hslf.usermodel.HSLFShape
Packages that use HSLFShape
-
Uses of HSLFShape in org.apache.poi.hslf.model
Subclasses of HSLFShape in org.apache.poi.hslf.modelModifier and TypeClassDescriptionfinal classRepresents an ActiveX control in a PowerPoint document.final classRepresents a movie in a PowerPoint document.final classA simple closed polygon shapeConstructors in org.apache.poi.hslf.model with parameters of type HSLFShapeConstructor parameters in org.apache.poi.hslf.model with type arguments of type HSLFShapeModifierConstructorDescriptionprotectedActiveXShape(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 HSLFShape in org.apache.poi.hslf.usermodel
Subclasses of HSLFShape in org.apache.poi.hslf.usermodelModifier and TypeClassDescriptionclassRepresents an AutoShape.final classBackground shapeclassSpecifies a connection shape.final classA "Freeform" shape.classRepresents a group of shapes.final classRepresents a line in a PowerPoint drawingfinal classA shape representing embedded OLE object.classRepresents a picture in a PowerPoint document.final classRepresents a Placeholder in PowerPoint.classAn abstract simple (non-group) shape.final classRepresents a table in a PowerPoint presentationfinal classRepresents a cell in a ppt tableclassRepresents a TextFrame shape in PowerPoint.classA common superclass of all shapes that can hold text.Methods in org.apache.poi.hslf.usermodel that return HSLFShapeModifier and TypeMethodDescriptionstatic HSLFShapeHSLFShapeFactory.createShape(EscherContainerRecord spContainer, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Create a new shape from the data provided.static HSLFShapeHSLFShapeFactory.createSimpleShape(EscherContainerRecord spContainer, ShapeContainer<HSLFShape, HSLFTextParagraph> parent) Methods in org.apache.poi.hslf.usermodel that return types with arguments of type HSLFShapeModifier and TypeMethodDescriptionHSLFSlideShow.createMasterSheet()HSLFShape.getParent()HSLFSimpleShape.getShadow()HSLFGroupShape.getShapes()HSLFSheet.getShapes()Returns all shapes contained in this SheetHSLFGroupShape.iterator()HSLFSheet.iterator()Methods in org.apache.poi.hslf.usermodel with parameters of type HSLFShapeModifier and TypeMethodDescriptionvoidAdd a shape to this group.voidAdd a new Shape to this Slideprotected static HSLFHyperlinkFind hyperlink assigned to the supplied shapestatic booleanHSLFMasterSheet.isPlaceholder(HSLFShape shape) Deprecated.booleanHSLFGroupShape.removeShape(HSLFShape shape) booleanHSLFSheet.removeShape(HSLFShape shape) Removes the specified shape from this sheet.Method parameters in org.apache.poi.hslf.usermodel with type arguments of type HSLFShapeModifier 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) voidHSLFHyperlink.linkToSlide(Slide<HSLFShape, HSLFTextParagraph> slide) voidHSLFSlide.setNotes(Notes<HSLFShape, HSLFTextParagraph> notes) Sets the Notes that are associated with this.Constructors in org.apache.poi.hslf.usermodel with parameters of type HSLFShapeConstructor parameters in org.apache.poi.hslf.usermodel with type arguments of type HSLFShapeModifierConstructorDescriptionprotectedHSLFAutoShape(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.
SimpleShape.isPlaceholder()