asposediagram.api

Class FormatTxtCollection

FormatTxt collection which contains the text of a shape.

Property Getters/Setters Summary
methodgetCount()
methodgetText()
Contains the text of a shape with formating.
methodget(index)
 
Method Summary
methodadd(item)
Add the FormatTxt object in the collection.
methodclear()
methoditerator()
Reserved for internal use.
methodremove(item)
Remove the FormatTxt object from the collection.
methodremoveAt(index)
methodsetWholeText(text)
Set the text of a shape without formating.
 

    • Property Getters/Setters Detail

      • getText : String 

        String getText()
        
        Contains the text of a shape with formating.
      • getCount : int 

        int getCount()
        
    • Method Detail

      • add

        int add(item)
        Add the FormatTxt object in the collection.
        Returns:
      • remove

         remove(item)
        Remove the FormatTxt object from the collection.
      • setWholeText

         setWholeText(text)
        Set the text of a shape without formating.
        Parameters:
        text: String -
      • clear

         clear()
      • removeAt

         removeAt(index)
      • iterator

        Iterator iterator()
        Reserved for internal use.