| Package | Description |
|---|---|
| com.qoppa.pdf.annotations |
Classes representing PDF annotations.
|
| com.qoppa.pdf.dom |
Classes representing the PDF document object model.
|
| Modifier and Type | Method and Description |
|---|---|
IPDFPage |
AnnotationComponent.getPage()
Returns the page in which this annotation component is located.
|
| Modifier and Type | Method and Description |
|---|---|
String |
TextMarkup.getText(IPDFPage page) |
| Modifier and Type | Method and Description |
|---|---|
IPDFPage |
IPDFDocument.getIPage(int pageIndex)
Returns an object that implements IPDFPage given the page number.
|