asposediagram.api

Class ParaCollection

Para collection.

Property Getters/Setters Summary
methodgetCount()
methodget(index)
 
Method Summary
methodadd(item)
Add the Para object in the collection.
methodclear()
methodgetPara(IX)
Gets the element at the specified index IX. Returns Null if the element is not exist.
methoditerator()
Reserved for internal use.
methodremove(item)
Remove the Para object from the collection.
methodremoveAt(index)
 

    • Property Getters/Setters Detail

      • getCount : int 

        int getCount()
        
    • Method Detail

      • add

        int add(item)
        Add the Para object in the collection.
        Parameters:
        item: Para -
        Returns:
      • remove

         remove(item)
        Remove the Para object from the collection.
        Parameters:
        item: Para -
      • getPara

        Para getPara(IX)
        Gets the element at the specified index IX. Returns Null if the element is not exist.
        Parameters:
        IX: int -
        Returns:
      • clear

         clear()
      • removeAt

         removeAt(index)
      • iterator

        Iterator iterator()
        Reserved for internal use.