public interface DocumentLocation extends Bounded
Document
.Modifier and Type | Method and Description |
---|---|
int |
pageNumber()
This page number is
0-indexed, and may be used to retrieve a
Page object representing the page's
content using the Document.getPage(int) function. |
int pageNumber()
Page
object representing the page's
content using the Document.getPage(int)
function.
If a page number is not available for some reason, then this method will return -1.