All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTDrawing extends XmlObject
An XML CT_Drawing(@http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing). This is a complex type.
  • Field Details

  • Method Details

    • getTwoCellAnchorList

      List<CTTwoCellAnchor> getTwoCellAnchorList()
      Gets a List of "twoCellAnchor" elements
    • getTwoCellAnchorArray

      CTTwoCellAnchor[] getTwoCellAnchorArray()
      Gets array of all "twoCellAnchor" elements
    • getTwoCellAnchorArray

      CTTwoCellAnchor getTwoCellAnchorArray(int i)
      Gets ith "twoCellAnchor" element
    • sizeOfTwoCellAnchorArray

      int sizeOfTwoCellAnchorArray()
      Returns number of "twoCellAnchor" element
    • setTwoCellAnchorArray

      void setTwoCellAnchorArray(CTTwoCellAnchor[] twoCellAnchorArray)
      Sets array of all "twoCellAnchor" element
    • setTwoCellAnchorArray

      void setTwoCellAnchorArray(int i, CTTwoCellAnchor twoCellAnchor)
      Sets ith "twoCellAnchor" element
    • insertNewTwoCellAnchor

      CTTwoCellAnchor insertNewTwoCellAnchor(int i)
      Inserts and returns a new empty value (as xml) as the ith "twoCellAnchor" element
    • addNewTwoCellAnchor

      CTTwoCellAnchor addNewTwoCellAnchor()
      Appends and returns a new empty value (as xml) as the last "twoCellAnchor" element
    • removeTwoCellAnchor

      void removeTwoCellAnchor(int i)
      Removes the ith "twoCellAnchor" element
    • getOneCellAnchorList

      List<CTOneCellAnchor> getOneCellAnchorList()
      Gets a List of "oneCellAnchor" elements
    • getOneCellAnchorArray

      CTOneCellAnchor[] getOneCellAnchorArray()
      Gets array of all "oneCellAnchor" elements
    • getOneCellAnchorArray

      CTOneCellAnchor getOneCellAnchorArray(int i)
      Gets ith "oneCellAnchor" element
    • sizeOfOneCellAnchorArray

      int sizeOfOneCellAnchorArray()
      Returns number of "oneCellAnchor" element
    • setOneCellAnchorArray

      void setOneCellAnchorArray(CTOneCellAnchor[] oneCellAnchorArray)
      Sets array of all "oneCellAnchor" element
    • setOneCellAnchorArray

      void setOneCellAnchorArray(int i, CTOneCellAnchor oneCellAnchor)
      Sets ith "oneCellAnchor" element
    • insertNewOneCellAnchor

      CTOneCellAnchor insertNewOneCellAnchor(int i)
      Inserts and returns a new empty value (as xml) as the ith "oneCellAnchor" element
    • addNewOneCellAnchor

      CTOneCellAnchor addNewOneCellAnchor()
      Appends and returns a new empty value (as xml) as the last "oneCellAnchor" element
    • removeOneCellAnchor

      void removeOneCellAnchor(int i)
      Removes the ith "oneCellAnchor" element
    • getAbsoluteAnchorList

      List<CTAbsoluteAnchor> getAbsoluteAnchorList()
      Gets a List of "absoluteAnchor" elements
    • getAbsoluteAnchorArray

      CTAbsoluteAnchor[] getAbsoluteAnchorArray()
      Gets array of all "absoluteAnchor" elements
    • getAbsoluteAnchorArray

      CTAbsoluteAnchor getAbsoluteAnchorArray(int i)
      Gets ith "absoluteAnchor" element
    • sizeOfAbsoluteAnchorArray

      int sizeOfAbsoluteAnchorArray()
      Returns number of "absoluteAnchor" element
    • setAbsoluteAnchorArray

      void setAbsoluteAnchorArray(CTAbsoluteAnchor[] absoluteAnchorArray)
      Sets array of all "absoluteAnchor" element
    • setAbsoluteAnchorArray

      void setAbsoluteAnchorArray(int i, CTAbsoluteAnchor absoluteAnchor)
      Sets ith "absoluteAnchor" element
    • insertNewAbsoluteAnchor

      CTAbsoluteAnchor insertNewAbsoluteAnchor(int i)
      Inserts and returns a new empty value (as xml) as the ith "absoluteAnchor" element
    • addNewAbsoluteAnchor

      CTAbsoluteAnchor addNewAbsoluteAnchor()
      Appends and returns a new empty value (as xml) as the last "absoluteAnchor" element
    • removeAbsoluteAnchor

      void removeAbsoluteAnchor(int i)
      Removes the ith "absoluteAnchor" element