Uses of Interface
org.apache.poi.sl.usermodel.PictureData
-
Packages that use PictureData Package Description org.apache.poi.sl.usermodel -
-
Uses of PictureData in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return PictureData Modifier and Type Method Description PictureDataSlideShow. addPicture(byte[] pictureData, PictureData.PictureType format)Adds a picture to the presentation.PictureDataSlideShow. addPicture(File pict, PictureData.PictureType format)Adds a picture to the presentation.PictureDataSlideShow. addPicture(InputStream is, PictureData.PictureType format)Adds a picture to the presentation.PictureDataSlideShow. findPictureData(byte[] pictureData)check if a picture with this picture data already exists in this presentationdefault PictureDataPictureShape. getAlternativePictureData()Returns an alternative picture data, e.g.PictureDataObjectShape. getPictureData()Returns the picture data for this picture.PictureDataPictureShape. getPictureData()Returns the picture data for this picture.Methods in org.apache.poi.sl.usermodel that return types with arguments of type PictureData Modifier and Type Method Description List<? extends PictureData>SlideShow. getPictureData()Returns all Pictures of this slideshow.Methods in org.apache.poi.sl.usermodel with parameters of type PictureData Modifier and Type Method Description ObjectShape<?,?>ShapeContainer. createOleShape(PictureData pictureData)Create a new OLE object shape with the given pictureData as preview imagePictureShape<S,P>ShapeContainer. createPicture(PictureData pictureData)create a picture belonging to this container
-