Uses of Interface
org.apache.poi.sl.usermodel.PictureData
-
Packages that use PictureData Package Description org.apache.poi.hslf.blip org.apache.poi.hslf.usermodel org.apache.poi.sl.usermodel org.apache.poi.xslf.usermodel -
-
Uses of PictureData in org.apache.poi.hslf.blip
Classes in org.apache.poi.hslf.blip that implement PictureData Modifier and Type Class Description classBitmapRepresents a bitmap picture data: JPEG or PNG.classDIBRepresents a DIB picture data in a PPT fileclassEMFRepresents EMF (Windows Enhanced Metafile) picture data.classJPEGRepresents a JPEG picture data in a PPT fileclassMetafileRepresents a metafile picture which can be one of the following types: EMF, WMF, or PICT.classPICTRepresents Macintosh PICT picture data.classPNGRepresents a PNG picture data in a PPT fileclassWMFRepresents a WMF (Windows Metafile) picture data. -
Uses of PictureData in org.apache.poi.hslf.usermodel
Classes in org.apache.poi.hslf.usermodel that implement PictureData Modifier and Type Class Description classHSLFPictureDataA class that represents image data contained in a slide show.Methods in org.apache.poi.hslf.usermodel with parameters of type PictureData Modifier and Type Method Description HSLFObjectShapeHSLFGroupShape. createOleShape(PictureData pictureData)HSLFObjectShapeHSLFShapeContainer. createOleShape(PictureData pictureData)HSLFObjectShapeHSLFSheet. createOleShape(PictureData pictureData)HSLFPictureShapeHSLFGroupShape. createPicture(PictureData pictureData)HSLFPictureShapeHSLFShapeContainer. createPicture(PictureData pictureData)HSLFPictureShapeHSLFSheet. createPicture(PictureData pictureData) -
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(java.io.File pict, PictureData.PictureType format)Adds a picture to the presentation.PictureDataSlideShow. addPicture(java.io.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 presentationPictureDataObjectShape. getPictureData()Returns the picture data for this picture.PictureDataPictureShape. getPictureData()Returns the picture data for this picture.PictureData[]Resources. getPictureData()Methods in org.apache.poi.sl.usermodel that return types with arguments of type PictureData Modifier and Type Method Description java.util.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 intResources. addPictureData(PictureData pict)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 -
Uses of PictureData in org.apache.poi.xslf.usermodel
Classes in org.apache.poi.xslf.usermodel that implement PictureData Modifier and Type Class Description classXSLFPictureDataInstantiates sub-classes of POIXMLDocumentPart depending on their relationship typeMethods in org.apache.poi.xslf.usermodel with parameters of type PictureData Modifier and Type Method Description XSLFObjectShapeXSLFGroupShape. createOleShape(PictureData pictureData)XSLFObjectShapeXSLFSheet. createOleShape(PictureData pictureData)XSLFPictureShapeXSLFGroupShape. createPicture(PictureData pictureData)XSLFPictureShapeXSLFShapeContainer. createPicture(PictureData pictureData)XSLFPictureShapeXSLFSheet. createPicture(PictureData pictureData)
-