Uses of Interface
org.apache.poi.sl.usermodel.PictureShape

Packages that use PictureShape
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
 class ActiveXShape
          Represents an ActiveX control in a PowerPoint document.
 class MovieShape
          Represents a movie in a PowerPoint document.
 class OLEShape
          A shape representing embedded OLE obejct.
 

Uses of PictureShape in org.apache.poi.hslf.usermodel
 

Classes in org.apache.poi.hslf.usermodel that implement PictureShape
 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
protected  PictureShape<?,?> DrawPictureShape.getShape()
           
 

Methods in org.apache.poi.sl.draw with parameters of type PictureShape
 DrawPictureShape DrawFactory.getDrawable(PictureShape<?,?> shape)
           
 

Constructors in org.apache.poi.sl.draw with parameters of type PictureShape
DrawPictureShape(PictureShape<?,?> shape)
           
 

Uses of PictureShape in org.apache.poi.sl.usermodel
 

Methods in org.apache.poi.sl.usermodel that return PictureShape
 PictureShape<S,P> ShapeContainer.createPicture(PictureData pictureData)
          create a picture belonging to this container
 PictureShape<S,P> GraphicalFrame.getFallbackPicture()
           
 

Uses of PictureShape in org.apache.poi.xslf.usermodel
 

Classes in org.apache.poi.xslf.usermodel that implement PictureShape
 class XSLFPictureShape
          Represents a picture shape
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.