Uses of Class
org.apache.poi.xslf.usermodel.XSLFPictureData

Packages that use XSLFPictureData
org.apache.poi.xslf.usermodel   
 

Uses of XSLFPictureData in org.apache.poi.xslf.usermodel
 

Fields in org.apache.poi.xslf.usermodel with type parameters of type XSLFPictureData
protected  java.util.List<XSLFPictureData> XMLSlideShow._pictures
           
 

Methods in org.apache.poi.xslf.usermodel that return XSLFPictureData
 XSLFPictureData XSLFPictureShape.getPictureData()
           
 

Methods in org.apache.poi.xslf.usermodel that return types with arguments of type XSLFPictureData
 java.util.List<XSLFPictureData> XMLSlideShow.getAllPictures()
          Returns all Pictures, which are referenced from the document itself.
 



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