Gets a particular Paragraph from the collection.

<void> ParagraphCollection.getItem(<number> textPosition, <RequestParagraphCallback> callback, [<ErrorCallback> errorCallback])

Parameters

Parameter Description
textPosition Specifies a zero-based text position.
callback Receives the particular Paragraph.
errorCallback Optional. Is called when the operation failed with an error.