asposediagram.api

Class CustomPropCollection

CustomProps collection.

Constructor Summary
CustomPropCollection()
Constructor.
 
Property Getters/Setters Summary
methodgetCount()
Gets the number of elements actually contained in the collection.
methodget(index)
Gets the element at specified index.
 
Method Summary
methodadd(customProp)
Add the CustomProp object in the collection.
methodclear()
Removes all elements from collection.
methodisExist(index)
Is exist item in the collection.
methoditerator()
Supports a simple iteration over a nongeneric collection.
methodremove(customProp)
Remove the CustomProp object from the collection.
 

    • Constructor Detail

      • CustomPropCollection

        CustomPropCollection()
        Constructor.
    • Property Getters/Setters Detail

      • getCount : int 

        int getCount()
        
        Gets the number of elements actually contained in the collection.
      • get : CustomProp 

        CustomProp get(index)
        
        Gets the element at specified index.
        Parameters:
        index -
        Returns:
    • Method Detail

      • add

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

         remove(customProp)
        Remove the CustomProp object from the collection.
        Parameters:
        customProp: CustomProp -
      • iterator

        Iterator iterator()
        Supports a simple iteration over a nongeneric collection.
        Returns:
      • isExist

        boolean isExist(index)
        Is exist item in the collection.
        Parameters:
        index: int - index of element.
        Returns:
      • clear

         clear()
        Removes all elements from collection.