Interface CTAdjustHandleList

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getAhXYList

        java.util.List<CTXYAdjustHandle> getAhXYList()
        Gets a List of "ahXY" elements
      • getAhXYArray

        @Deprecated
        CTXYAdjustHandle[] getAhXYArray()
        Deprecated.
        Gets array of all "ahXY" elements
      • getAhXYArray

        CTXYAdjustHandle getAhXYArray​(int i)
        Gets ith "ahXY" element
      • sizeOfAhXYArray

        int sizeOfAhXYArray()
        Returns number of "ahXY" element
      • setAhXYArray

        void setAhXYArray​(CTXYAdjustHandle[] ahXYArray)
        Sets array of all "ahXY" element
      • setAhXYArray

        void setAhXYArray​(int i,
                          CTXYAdjustHandle ahXY)
        Sets ith "ahXY" element
      • insertNewAhXY

        CTXYAdjustHandle insertNewAhXY​(int i)
        Inserts and returns a new empty value (as xml) as the ith "ahXY" element
      • addNewAhXY

        CTXYAdjustHandle addNewAhXY()
        Appends and returns a new empty value (as xml) as the last "ahXY" element
      • removeAhXY

        void removeAhXY​(int i)
        Removes the ith "ahXY" element
      • getAhPolarList

        java.util.List<CTPolarAdjustHandle> getAhPolarList()
        Gets a List of "ahPolar" elements
      • getAhPolarArray

        @Deprecated
        CTPolarAdjustHandle[] getAhPolarArray()
        Deprecated.
        Gets array of all "ahPolar" elements
      • sizeOfAhPolarArray

        int sizeOfAhPolarArray()
        Returns number of "ahPolar" element
      • setAhPolarArray

        void setAhPolarArray​(CTPolarAdjustHandle[] ahPolarArray)
        Sets array of all "ahPolar" element
      • setAhPolarArray

        void setAhPolarArray​(int i,
                             CTPolarAdjustHandle ahPolar)
        Sets ith "ahPolar" element
      • insertNewAhPolar

        CTPolarAdjustHandle insertNewAhPolar​(int i)
        Inserts and returns a new empty value (as xml) as the ith "ahPolar" element
      • addNewAhPolar

        CTPolarAdjustHandle addNewAhPolar()
        Appends and returns a new empty value (as xml) as the last "ahPolar" element
      • removeAhPolar

        void removeAhPolar​(int i)
        Removes the ith "ahPolar" element