asposediagram.api

Class TabCollection

Contains a collection of Tab elements

Property Getters/Setters Summary
methodgetCount()
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)
 
Method Summary
methodadd(item)
Add the Tab object in the collection.
methodclear()
methoditerator()
Reserved for internal use.
methodremove(item)
Remove the Tab object from the collection.
methodremoveAt(index)
 

    • 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()
        
    • 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 -
      • clear

         clear()
      • removeAt

         removeAt(index)
      • iterator

        Iterator iterator()
        Reserved for internal use.