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

Interface XSLFShapeContainer

    • Method Detail

      • createAutoShape

        XSLFAutoShape createAutoShape()
        create a new shape with a predefined geometry and add it to this shape container
      • createFreeform

        XSLFFreeformShape createFreeform()
        create a new shape with a custom geometry
      • createTextBox

        XSLFTextBox createTextBox()
        create a text box
      • createGroup

        XSLFGroupShape createGroup()
        create a group of shapes belonging to this container
      • createPicture

        XSLFPictureShape createPicture(int pictureIndex)
        create a picture belonging to this container
      • getShapes

        XSLFShape[] getShapes()
        Returns an array containing all of the elements in this container in proper sequence (from first to last element).
        Returns:
        an array containing all of the elements in this container in proper sequence
      • removeShape

        boolean removeShape(XSLFShape xShape)
        Removes the specified shape from this sheet, if it is present (optional operation). If this sheet does not contain the element, it is unchanged.
        Parameters:
        xShape - shape to be removed from this sheet, if present
        Returns:
        true if this sheet contained the specified element
        Throws:
        java.lang.IllegalArgumentException - if the type of the specified shape is incompatible with this sheet (optional)
      • clear

        void clear()
        Removes all of the elements from this container (optional operation). The container will be empty after this call returns.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.