asposediagram.api

Class TabsCollection

Contains a collection of TabCollection elements

Property Getters/Setters Summary
methodgetCount()
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)
 

    • Method Detail

      • add

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

         remove(item)
        Remove the Tab object from the collection.
        Parameters:
        item: TabCollection -
      • clear

         clear()
      • removeAt

         removeAt(index)
      • iterator

        Iterator iterator()
        Reserved for internal use.