Interface CTPath2DList

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getPathList

      List<CTPath2D> getPathList()
      Gets a List of "path" elements
    • getPathArray

      CTPath2D[] getPathArray()
      Gets array of all "path" elements
    • getPathArray

      CTPath2D getPathArray(int i)
      Gets ith "path" element
    • sizeOfPathArray

      int sizeOfPathArray()
      Returns number of "path" element
    • setPathArray

      void setPathArray(CTPath2D[] pathArray)
      Sets array of all "path" element
    • setPathArray

      void setPathArray(int i, CTPath2D path)
      Sets ith "path" element
    • insertNewPath

      CTPath2D insertNewPath(int i)
      Inserts and returns a new empty value (as xml) as the ith "path" element
    • addNewPath

      CTPath2D addNewPath()
      Appends and returns a new empty value (as xml) as the last "path" element
    • removePath

      void removePath(int i)
      Removes the ith "path" element