com.aspose.cells

Class TextParagraphCollection

  • java.lang.Object
    • com.aspose.cells.TextParagraphCollection
public class TextParagraphCollection 
extends java.lang.Object

Represents all text paragraph.

Property Getters/Setters Summary
intgetCount()
Gets the count of text parapraghs.
TextParagraphget(int index)
Gets the TextParagraph object at specific index.
 
Method Summary
java.util.Iteratoriterator()
Gets the enumerator of the paragraphs.
 

    • Property Getters/Setters Detail

      • getCount

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

      • iterator

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