|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteTextParagraphs
This class represents a collection of all the paragraphs in the document.
To get all the paragraphs of a document, use the Paragraphs property in the Document class.
Method Summary | |
---|---|
int |
getCount()
This property represents the number of paragraphs of a document. |
IRemoteTextParagraph |
item(int index)
This method returns a paragraph of a document according to an index. |
Method Detail |
---|
int getCount() throws RemoteEclipseAPIException
RemoteEclipseAPIException
IRemoteTextParagraph item(int index) throws RemoteEclipseAPIException
index
- Specifies the index of the paragraph in the collection, starting at 1.
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |