asposediagram.api

Class TabCollection

Contains a collection of Tab elements

Property Getters/Setters Summary
methodgetCount()
Gets the number of elements actually contained in the collection.
methodgetDel()
method
setDel(value)
           A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
methodgetIX()
method
setIX(value)
           The zero-based index of the element within its parent element.
methodget(index)
Gets the element at the specified index.
 
Method Summary
methodadd(item)
Add the Tab 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(item)
Remove the Tab object from the collection.
 

    • Property Getters/Setters Detail

      • getDel/setDel : int 

        int getDel() / setDel(value)
        
        A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
      • getIX/setIX : int 

        int getIX() / setIX(value)
        
        The zero-based index of the element within its parent element.
      • getCount : int 

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

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

      • add

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

         remove(item)
        Remove the Tab object from the collection.
        Parameters:
        item: Tab -
      • 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.