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 PictureData
SlideShow. addPicture(byte[] pictureData, PictureData.PictureType format)
Adds a picture to the presentation.PictureData
SlideShow. addPicture(File pict, PictureData.PictureType format)
Adds a picture to the presentation.PictureData
SlideShow. addPicture(InputStream is, PictureData.PictureType format)
Adds a picture to the presentation.PictureData
SlideShow. findPictureData(byte[] pictureData)
check if a picture with this picture data already exists in this presentationdefault PictureData
PictureShape. getAlternativePictureData()
Returns an alternative picture data, e.g.PictureData
ObjectShape. getPictureData()
Returns the picture data for this picture.PictureData
PictureShape. 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
-