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 classActiveXShapeRepresents an ActiveX control in a PowerPoint document.classMovieShapeRepresents a movie in a PowerPoint document.classPolygonA 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 aPictureobjectMovieShape(int movieIdx, HSLFPictureData pictureData, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)Create a newPictureMovieShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)Create aPictureobjectPolygon(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 classHSLFAutoShapeRepresents an AutoShape.classHSLFBackgroundBackground shapeclassHSLFConnectorShapeSpecifies a connection shape.classHSLFFreeformShapeA "Freeform" shape.classHSLFGroupShapeRepresents a group of shapes.classHSLFLineRepresents a line in a PowerPoint drawingclassHSLFObjectShapeA shape representing embedded OLE object.classHSLFPictureShapeRepresents a picture in a PowerPoint document.classHSLFPlaceholderRepresents a Placeholder in PowerPoint.classHSLFSimpleShapeAn abstract simple (non-group) shape.classHSLFTableRepresents a table in a PowerPoint presentationclassHSLFTableCellRepresents a cell in a ppt tableclassHSLFTextBoxRepresents a TextFrame shape in PowerPoint.classHSLFTextShapeA 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 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 HSLFShape Modifier and Type Method Description MasterSheet<HSLFShape,HSLFTextParagraph>HSLFSlideShow. createMasterSheet()ShapeContainer<HSLFShape,HSLFTextParagraph>HSLFShape. getParent()Shadow<HSLFShape,HSLFTextParagraph>HSLFSimpleShape. getShadow()List<HSLFShape>HSLFGroupShape. getShapes()List<HSLFShape>HSLFSheet. getShapes()Returns all shapes contained in this SheetIterator<HSLFShape>HSLFGroupShape. iterator()Iterator<HSLFShape>HSLFSheet. iterator()Spliterator<HSLFShape>HSLFGroupShape. spliterator()Spliterator<HSLFShape>HSLFSheet. spliterator()Methods in org.apache.poi.hslf.usermodel with parameters of type HSLFShape Modifier and Type Method Description voidHSLFGroupShape. addShape(HSLFShape shape)Add a shape to this group.voidHSLFSheet. addShape(HSLFShape shape)Add a new Shape to this Slideprotected static HSLFHyperlinkHSLFHyperlink. find(HSLFShape shape)Find hyperlink assigned to the supplied shapebooleanHSLFGroupShape. 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 HSLFShape Modifier and Type Method Description static 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 HSLFShape Constructor Description HSLFFill(HSLFShape shape)Construct aFillobject for a shape.
-