asposediagram.api

Class IssueCollection

Issue collection.

Property Getters/Setters Summary
methodgetCount()
methodget(index)
 
Method Summary
methodadd(issue)
Add the issue in the collection.
methodclear()
methoditerator()
Reserved for internal use.
methodremove(issue)
Remove the issue from the collection.
methodremoveAt(index)
 

    • Property Getters/Setters Detail

      • getCount : int 

        int getCount()
        
    • Method Detail

      • add

        int add(issue)
        Add the issue in the collection.
        Parameters:
        issue: Issue -
        Returns:
      • remove

         remove(issue)
        Remove the issue from the collection.
        Parameters:
        issue: Issue -
      • clear

         clear()
      • removeAt

         removeAt(index)
      • iterator

        Iterator iterator()
        Reserved for internal use.