asposecells.api

Class TextParagraphCollection

Represents all text paragraph.

Property Getters/Setters Summary
methodgetCount()
Gets the count of text paragraphs.
methodget(index)
Gets the TextParagraph object at specific index.
 
Method Summary
methoditerator()
Gets the enumerator of the paragraphs.
 

    • Property Getters/Setters Detail

      • getCount : int 

        int getCount()
        
        Gets the count of text paragraphs.
    • Method Detail

      • iterator

        Iterator iterator()
        Gets the enumerator of the paragraphs.
        Returns: