All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getStart

      CTPoint2D getStart()
      Gets the "start" element
    • setStart

      void setStart(CTPoint2D start)
      Sets the "start" element
    • addNewStart

      CTPoint2D addNewStart()
      Appends and returns a new empty "start" element
    • getLineToList

      List<CTPoint2D> getLineToList()
      Gets a List of "lineTo" elements
    • getLineToArray

      CTPoint2D[] getLineToArray()
      Gets array of all "lineTo" elements
    • getLineToArray

      CTPoint2D getLineToArray(int i)
      Gets ith "lineTo" element
    • sizeOfLineToArray

      int sizeOfLineToArray()
      Returns number of "lineTo" element
    • setLineToArray

      void setLineToArray(CTPoint2D[] lineToArray)
      Sets array of all "lineTo" element
    • setLineToArray

      void setLineToArray(int i, CTPoint2D lineTo)
      Sets ith "lineTo" element
    • insertNewLineTo

      CTPoint2D insertNewLineTo(int i)
      Inserts and returns a new empty value (as xml) as the ith "lineTo" element
    • addNewLineTo

      CTPoint2D addNewLineTo()
      Appends and returns a new empty value (as xml) as the last "lineTo" element
    • removeLineTo

      void removeLineTo(int i)
      Removes the ith "lineTo" element
    • getEdited

      boolean getEdited()
      Gets the "edited" attribute
    • xgetEdited

      XmlBoolean xgetEdited()
      Gets (as xml) the "edited" attribute
    • isSetEdited

      boolean isSetEdited()
      True if has "edited" attribute
    • setEdited

      void setEdited(boolean edited)
      Sets the "edited" attribute
    • xsetEdited

      void xsetEdited(XmlBoolean edited)
      Sets (as xml) the "edited" attribute
    • unsetEdited

      void unsetEdited()
      Unsets the "edited" attribute