Interface CTGuideList

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getGuideList

        java.util.List<CTGuide> getGuideList()
        Gets a List of "guide" elements
      • getGuideArray

        @Deprecated
        CTGuide[] getGuideArray()
        Deprecated.
        Gets array of all "guide" elements
      • getGuideArray

        CTGuide getGuideArray​(int i)
        Gets ith "guide" element
      • sizeOfGuideArray

        int sizeOfGuideArray()
        Returns number of "guide" element
      • setGuideArray

        void setGuideArray​(CTGuide[] guideArray)
        Sets array of all "guide" element
      • setGuideArray

        void setGuideArray​(int i,
                           CTGuide guide)
        Sets ith "guide" element
      • insertNewGuide

        CTGuide insertNewGuide​(int i)
        Inserts and returns a new empty value (as xml) as the ith "guide" element
      • addNewGuide

        CTGuide addNewGuide()
        Appends and returns a new empty value (as xml) as the last "guide" element
      • removeGuide

        void removeGuide​(int i)
        Removes the ith "guide" element