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 class
ActiveXShape
Represents an ActiveX control in a PowerPoint document.class
MovieShape
Represents 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 class
HSLFObjectShape
A shape representing embedded OLE object.class
HSLFPictureShape
Represents 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 DrawPictureShape
DrawFactory. 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 class
XSLFPictureShape
Represents a picture shape
-