|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IParagraphCollection
Represents a collection of IParagraph
| Method Summary | |
|---|---|
int |
add(IParagraph paragraph)
Adds a paragraph to the end of collection. |
Paragraph |
get(int index)
Gets the IParagraph at the specified index. |
int |
indexOf(IParagraph paragraph)
Returns the zero-based index of the specified paragraph. |
void |
insert(int index,
IParagraph paragraph)
Inserts a paragraph into collection at the specified index. |
void |
removeAt(int index)
Removes the paragraph at the specified index from the collection. |
| Methods inherited from interface com.spire.doc.interfaces.ICollectionBase |
|---|
getCount |
| Method Detail |
|---|
Paragraph get(int index)
IParagraph at the specified index.
index - The index
int add(IParagraph paragraph)
paragraph - the paragraph.
void insert(int index,
IParagraph paragraph)
index - the index.paragraph - the paragraph.int indexOf(IParagraph paragraph)
paragraph - the paragraph.
void removeAt(int index)
index - the index.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||