Uses of Interface
org.apache.poi.sl.usermodel.PictureShape
-
Packages that use PictureShape Package Description org.apache.poi.sl.draw org.apache.poi.sl.usermodel -
-
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()
-