Interface CTTLTimeConditionList

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getCondList

        java.util.List<CTTLTimeCondition> getCondList()
        Gets a List of "cond" elements
      • getCondArray

        @Deprecated
        CTTLTimeCondition[] getCondArray()
        Deprecated.
        Gets array of all "cond" elements
      • sizeOfCondArray

        int sizeOfCondArray()
        Returns number of "cond" element
      • setCondArray

        void setCondArray​(CTTLTimeCondition[] condArray)
        Sets array of all "cond" element
      • setCondArray

        void setCondArray​(int i,
                          CTTLTimeCondition cond)
        Sets ith "cond" element
      • insertNewCond

        CTTLTimeCondition insertNewCond​(int i)
        Inserts and returns a new empty value (as xml) as the ith "cond" element
      • addNewCond

        CTTLTimeCondition addNewCond()
        Appends and returns a new empty value (as xml) as the last "cond" element
      • removeCond

        void removeCond​(int i)
        Removes the ith "cond" element