Gets a particular Paragraph from the collection.
<void> ParagraphCollection.getItem(<number> textPosition, <RequestParagraphCallback> callback, [<ErrorCallback> errorCallback])| Parameter | Description |
|---|---|
| text |
Specifies a zero-based text position. |
| callback | Receives the particular Paragraph. |
| error |
Optional. Is called when the operation failed with an error. |