Uses of Class
org.apache.poi.sl.usermodel.PictureData.PictureType

Packages that use PictureData.PictureType
org.apache.poi.hslf.blip   
org.apache.poi.hslf.usermodel   
org.apache.poi.sl.usermodel   
org.apache.poi.xslf.usermodel   
 

Uses of PictureData.PictureType in org.apache.poi.hslf.blip
 

Methods in org.apache.poi.hslf.blip that return PictureData.PictureType
 PictureData.PictureType WMF.getType()
           
 PictureData.PictureType PNG.getType()
           
 PictureData.PictureType PICT.getType()
           
 PictureData.PictureType JPEG.getType()
           
 PictureData.PictureType EMF.getType()
           
 PictureData.PictureType DIB.getType()
           
 

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

Methods in org.apache.poi.hslf.usermodel with parameters of type PictureData.PictureType
 HSLFPictureData HSLFSlideShow.addPicture(byte[] data, PictureData.PictureType format)
           
 HSLFPictureData HSLFSlideShow.addPicture(java.io.File pict, PictureData.PictureType format)
          Adds a picture to this presentation and returns the associated index.
static HSLFPictureData HSLFPictureData.create(PictureData.PictureType type)
          Create an instance of PictureData by type.
 

Uses of PictureData.PictureType in org.apache.poi.sl.usermodel
 

Methods in org.apache.poi.sl.usermodel that return PictureData.PictureType
static PictureData.PictureType PictureData.PictureType.forNativeID(int nativeId)
           
static PictureData.PictureType PictureData.PictureType.forOoxmlID(int ooxmlId)
           
 PictureData.PictureType PictureData.getType()
           
static PictureData.PictureType PictureData.PictureType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PictureData.PictureType[] PictureData.PictureType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.poi.sl.usermodel with parameters of type PictureData.PictureType
 PictureData SlideShow.addPicture(byte[] pictureData, PictureData.PictureType format)
          Adds a picture to the workbook.
 

Uses of PictureData.PictureType in org.apache.poi.xslf.usermodel
 

Methods in org.apache.poi.xslf.usermodel that return PictureData.PictureType
 PictureData.PictureType XSLFPictureData.getType()
           
 

Methods in org.apache.poi.xslf.usermodel with parameters of type PictureData.PictureType
 XSLFPictureData XMLSlideShow.addPicture(byte[] pictureData, PictureData.PictureType format)
          Adds a picture to the workbook.
 



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