asposediagram.api

Class CharCollection

Char collection.

Property Getters/Setters Summary
methodgetCount()
methodget(index)
 
Method Summary
methodadd(item)
Add the Char object in the collection.
methodclear()
methodgetChar(IX)
Gets the element at the specified IX.
methoditerator()
Reserved for internal use.
methodremove(item)
Remove the Char object from the collection.
methodremoveAt(index)
 

    • Property Getters/Setters Detail

      • getCount : int 

        int getCount()
        
    • Method Detail

      • add

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

         remove(item)
        Remove the Char object from the collection.
        Parameters:
        item: Char -
      • getChar

        Char getChar(IX)
        Gets the element at the specified IX.
        Parameters:
        IX: int - intThe zero-based index of the element within its parent element.
        Returns:
        CharChar.
      • clear

         clear()
      • removeAt

         removeAt(index)
      • iterator

        Iterator iterator()
        Reserved for internal use.