| Package | Description |
|---|---|
| com.qoppa.pdf.dom |
Classes representing the PDF document object model.
|
| com.qoppa.pdfProcess |
jPDFProcess main classes, used to manipulate PDF documents and pages.
|
| Modifier and Type | Method and Description |
|---|---|
IWatermark |
IPDFDocument.getWatermark()
Returns the watermark for the PDF document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IPDFDocument.setWatermark(IWatermark watermark)
Sets the watermark on the PDF document.
|
| Modifier and Type | Method and Description |
|---|---|
IWatermark |
PDFDocument.getWatermark()
Returns the watermark for the PDF document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDFDocument.setWatermark(IWatermark watermark)
Sets the watermark on the PDF document.
|