java.lang.Object
com.aspose.cells.TextParagraphCollection
public class TextParagraphCollection
| Property Getters/Setters Summary | ||
|---|---|---|
int | getCount() | |
| Gets the count of text parapraghs. | ||
TextParagraph | get(int index) | |
|
Gets the |
||
| Method Summary | ||
|---|---|---|
java.util.Iterator | iterator() | |
| Gets the enumerator of the paragraphs. | ||
| Property Getters/Setters Detail |
|---|
getCount | |
public int getCount() | |
get | |
public TextParagraph get(int index) | |
index - The index.| Method Detail |
|---|
iterator | |
public java.util.Iterator iterator() | |