Interface CTGeomGuideList

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getGdArray

        CTGeomGuide getGdArray​(int i)
        Gets ith "gd" element
      • sizeOfGdArray

        int sizeOfGdArray()
        Returns number of "gd" element
      • setGdArray

        void setGdArray​(CTGeomGuide[] gdArray)
        Sets array of all "gd" element
      • setGdArray

        void setGdArray​(int i,
                        CTGeomGuide gd)
        Sets ith "gd" element
      • insertNewGd

        CTGeomGuide insertNewGd​(int i)
        Inserts and returns a new empty value (as xml) as the ith "gd" element
      • addNewGd

        CTGeomGuide addNewGd()
        Appends and returns a new empty value (as xml) as the last "gd" element
      • removeGd

        void removeGd​(int i)
        Removes the ith "gd" element