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

Packages that use PictureData
org.apache.poi.hslf   
org.apache.poi.hslf.model   
org.apache.poi.hslf.usermodel   
 

Uses of PictureData in org.apache.poi.hslf
 

Methods in org.apache.poi.hslf that return PictureData
 PictureData[] HSLFSlideShow.getPictures()
          Return array of pictures contained in this presentation
 

Methods in org.apache.poi.hslf with parameters of type PictureData
 void HSLFSlideShow.addPicture(PictureData img)
          Add a new picture to this presentation.
 

Uses of PictureData in org.apache.poi.hslf.model
 

Methods in org.apache.poi.hslf.model that return PictureData
 PictureData Picture.getPictureData()
          Returns the picture data for this picture.
 

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

Methods in org.apache.poi.hslf.usermodel that return PictureData
 PictureData[] SlideShow.getPictureData()
          Returns the data of all the pictures attached to the SlideShow
 



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