Documentation of 'org.apache.poi.xslf.usermodel.XSLFPictureShape' Java class
XSLFPictureShape
org.apache.poi.xslf.usermodel

Class XSLFPictureShape

    • Method Detail

      • resize

        public void resize()
        Resize this picture to the default size. For PNG and JPEG resizes the image to 100%, for other types sets the default size of 200x200 pixels.
      • isExternalLinkedPicture

        public boolean isExternalLinkedPicture()
        Is this an internal picture (image data included within the PowerPoint file), or an external linked picture (image lives outside)?
      • getPictureData

        public XSLFPictureData getPictureData()
        Return the data on the (internal) picture. For an external linked picture, will return null
      • getPictureLink

        public java.net.URI getPictureLink()
        For an external linked picture, return the last-seen path to the picture. For an internal picture, returns null.
      • getBlipClip

        public java.awt.Insets getBlipClip()
      • drawContent

        public void drawContent(java.awt.Graphics2D graphics)
        Description copied from class: XSLFSimpleShape
        draw any content within this shape (image, text, etc.).
        Overrides:
        drawContent in class XSLFSimpleShape
        Parameters:
        graphics - the graphics to draw into

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.