com.aspose.cells.TextParagraphCollection.html Maven / Gradle / Ivy
TextParagraphCollection
com.aspose.cells
Class TextParagraphCollection
java.lang.Object
com.aspose.cells.TextParagraphCollection
public class TextParagraphCollection
- extends java.lang.Object
Property Getters/Setters Summary | ||
---|---|---|
int | getCount() | |
Gets the count of text paragraphs. | ||
TextParagraph | get(int) | |
Gets the |
Method Summary | ||
---|---|---|
java.util.Iterator | iterator() | |
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.