Interface CTDrawing

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTDrawing
    extends XmlObject
    An XML CT_Drawing(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
    • Method Detail

      • getAnchorList

        java.util.List<CTAnchor> getAnchorList()
        Gets a List of "anchor" elements
      • getAnchorArray

        @Deprecated
        CTAnchor[] getAnchorArray()
        Deprecated.
        Gets array of all "anchor" elements
      • getAnchorArray

        CTAnchor getAnchorArray​(int i)
        Gets ith "anchor" element
      • sizeOfAnchorArray

        int sizeOfAnchorArray()
        Returns number of "anchor" element
      • setAnchorArray

        void setAnchorArray​(CTAnchor[] anchorArray)
        Sets array of all "anchor" element
      • setAnchorArray

        void setAnchorArray​(int i,
                            CTAnchor anchor)
        Sets ith "anchor" element
      • insertNewAnchor

        CTAnchor insertNewAnchor​(int i)
        Inserts and returns a new empty value (as xml) as the ith "anchor" element
      • addNewAnchor

        CTAnchor addNewAnchor()
        Appends and returns a new empty value (as xml) as the last "anchor" element
      • removeAnchor

        void removeAnchor​(int i)
        Removes the ith "anchor" element
      • getInlineList

        java.util.List<CTInline> getInlineList()
        Gets a List of "inline" elements
      • getInlineArray

        @Deprecated
        CTInline[] getInlineArray()
        Deprecated.
        Gets array of all "inline" elements
      • getInlineArray

        CTInline getInlineArray​(int i)
        Gets ith "inline" element
      • sizeOfInlineArray

        int sizeOfInlineArray()
        Returns number of "inline" element
      • setInlineArray

        void setInlineArray​(CTInline[] inlineArray)
        Sets array of all "inline" element
      • setInlineArray

        void setInlineArray​(int i,
                            CTInline inline)
        Sets ith "inline" element
      • insertNewInline

        CTInline insertNewInline​(int i)
        Inserts and returns a new empty value (as xml) as the ith "inline" element
      • addNewInline

        CTInline addNewInline()
        Appends and returns a new empty value (as xml) as the last "inline" element
      • removeInline

        void removeInline​(int i)
        Removes the ith "inline" element