Uses of Class
org.apache.poi.hslf.usermodel.HSLFPictureShape

Packages that use HSLFPictureShape
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
 class ActiveXShape
          Represents an ActiveX control in a PowerPoint document.
 class MovieShape
          Represents a movie in a PowerPoint document.
 class OLEShape
          A shape representing embedded OLE obejct.
 

Uses of HSLFPictureShape in org.apache.poi.hslf.usermodel
 

Methods in org.apache.poi.hslf.usermodel that return HSLFPictureShape
 HSLFPictureShape HSLFGroupShape.createPicture(PictureData pictureData)
           
 HSLFPictureShape HSLFSheet.createPicture(PictureData pictureData)
           
 HSLFPictureShape HSLFShapeContainer.createPicture(PictureData pictureData)
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.