Uses of Class
org.apache.poi.hslf.usermodel.HSLFSimpleShape
-
Packages that use HSLFSimpleShape Package Description org.apache.poi.hslf.model org.apache.poi.hslf.usermodel -
-
Uses of HSLFSimpleShape in org.apache.poi.hslf.model
Subclasses of HSLFSimpleShape 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 shape -
Uses of HSLFSimpleShape in org.apache.poi.hslf.usermodel
Subclasses of HSLFSimpleShape in org.apache.poi.hslf.usermodel Modifier and Type Class Description classHSLFAutoShapeRepresents an AutoShape.classHSLFConnectorShapeSpecifies a connection shape.classHSLFFreeformShapeA "Freeform" shape.classHSLFLineRepresents a line in a PowerPoint drawingclassHSLFObjectShapeA shape representing embedded OLE object.classHSLFPictureShapeRepresents a picture in a PowerPoint document.classHSLFPlaceholderRepresents a Placeholder in PowerPoint.classHSLFTableCellRepresents 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 HSLFSimpleShape Modifier and Type Method Description HSLFSimpleShapeHSLFSheet. getPlaceholder(Placeholder type)Search placeholder by its type
-