| Package | Description |
|---|---|
| com.qoppa.pdf.dom |
Classes representing the PDF document object model.
|
| com.qoppa.pdfViewer |
PDFViewerBean and related classes.
|
| 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 |
PDFViewerBean.getWatermark()
Returns the watermark for the PDFViewerBean.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDFViewerBean.setWatermark(IWatermark watermark)
Sets the watermark for the PDFViewerBean.
|