All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.TextParagraphCollection.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





TextParagraphCollection




com.aspose.cells
Class TextParagraphCollection

java.lang.Object
    extended by 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 paragraphs.
TextParagraphget(int)
           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 paragraphs.

get

public TextParagraph get(int index)
Gets the TextParagraph object at specific index.
Parameters:
index - The index.
Returns:

Method Detail

iterator

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

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy