Uses of Interface
org.apache.poi.sl.usermodel.PictureShape
-
Packages that use PictureShape Package Description org.apache.poi.hslf.model org.apache.poi.hslf.usermodel org.apache.poi.sl.draw org.apache.poi.sl.usermodel org.apache.poi.xslf.usermodel -
-
Uses of PictureShape in org.apache.poi.hslf.model
Classes in org.apache.poi.hslf.model that implement PictureShape Modifier and Type Class Description classActiveXShapeRepresents an ActiveX control in a PowerPoint document.classMovieShapeRepresents a movie in a PowerPoint document. -
Uses of PictureShape in org.apache.poi.hslf.usermodel
Classes in org.apache.poi.hslf.usermodel that implement PictureShape Modifier and Type Class Description classHSLFObjectShapeA shape representing embedded OLE object.classHSLFPictureShapeRepresents a picture in a PowerPoint document. -
Uses of PictureShape in org.apache.poi.sl.draw
Methods in org.apache.poi.sl.draw that return PictureShape Modifier and Type Method Description protected PictureShape<?,?>DrawPictureShape. getShape()Methods in org.apache.poi.sl.draw with parameters of type PictureShape Modifier and Type Method Description DrawPictureShapeDrawFactory. getDrawable(PictureShape<?,?> shape)Constructors in org.apache.poi.sl.draw with parameters of type PictureShape Constructor Description DrawPictureShape(PictureShape<?,?> shape) -
Uses of PictureShape in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return PictureShape Modifier and Type Method Description PictureShape<S,P>ShapeContainer. createPicture(PictureData pictureData)create a picture belonging to this containerPictureShape<S,P>GraphicalFrame. getFallbackPicture() -
Uses of PictureShape in org.apache.poi.xslf.usermodel
Classes in org.apache.poi.xslf.usermodel that implement PictureShape Modifier and Type Class Description classXSLFPictureShapeRepresents a picture shape
-