asposediagram.api

Class TextCollection

Contains the text of a shape. Each item is text with character, paragraph and tabs properties.

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

    • Property Getters/Setters Detail

      • getCount : int 

        int getCount()
        
    • Method Detail

      • add

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

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

         clear()
      • removeAt

         removeAt(index)
      • iterator

        Iterator iterator()
        Reserved for internal use.