Gets the page at a certain text input position.
<void> PageCollection.getItemAtTextPosition(<Number> textPosition, <RequestPageCallback> callback, [<ErrorCallback> errorCallback])| Parameter | Description |
|---|---|
| text |
Specifies a zero-based text input position. |
| callback | Receives the page at a certain text input position. |
| error |
Optional. Is called when the operation failed with an error. |