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.
  • Field Details

  • Method Details

    • getCondList

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

      CTTLTimeCondition[] getCondArray()
      Gets array of all "cond" elements
    • getCondArray

      CTTLTimeCondition getCondArray(int i)
      Gets ith "cond" element
    • 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