Uses of Class
org.apache.poi.hslf.usermodel.HSLFPictureShape
-
Packages that use HSLFPictureShape Package Description org.apache.poi.hslf.model org.apache.poi.hslf.usermodel -
-
Uses of HSLFPictureShape in org.apache.poi.hslf.model
Subclasses of HSLFPictureShape 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. -
Uses of HSLFPictureShape in org.apache.poi.hslf.usermodel
Subclasses of HSLFPictureShape in org.apache.poi.hslf.usermodel Modifier and Type Class Description class
HSLFObjectShape
A shape representing embedded OLE object.Methods in org.apache.poi.hslf.usermodel that return HSLFPictureShape Modifier and Type Method Description HSLFPictureShape
HSLFGroupShape. createPicture(PictureData pictureData)
HSLFPictureShape
HSLFShapeContainer. createPicture(PictureData pictureData)
HSLFPictureShape
HSLFSheet. createPicture(PictureData pictureData)
-