Interface PicDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface PicDocument
    extends XmlObject
    A document containing one pic(@http://schemas.openxmlformats.org/drawingml/2006/picture) element. This is a complex type.
    • Method Detail

      • getPic

        CTPicture getPic()
        Gets the "pic" element
      • setPic

        void setPic​(CTPicture pic)
        Sets the "pic" element
      • addNewPic

        CTPicture addNewPic()
        Appends and returns a new empty "pic" element