Interface CTTLTimeAnimateValueList

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getTavArray

        @Deprecated
        CTTLTimeAnimateValue[] getTavArray()
        Deprecated.
        Gets array of all "tav" elements
      • sizeOfTavArray

        int sizeOfTavArray()
        Returns number of "tav" element
      • setTavArray

        void setTavArray​(CTTLTimeAnimateValue[] tavArray)
        Sets array of all "tav" element
      • insertNewTav

        CTTLTimeAnimateValue insertNewTav​(int i)
        Inserts and returns a new empty value (as xml) as the ith "tav" element
      • addNewTav

        CTTLTimeAnimateValue addNewTav()
        Appends and returns a new empty value (as xml) as the last "tav" element
      • removeTav

        void removeTav​(int i)
        Removes the ith "tav" element