Uses of Interface
com.qoppa.pdf.IWatermark

Packages that use IWatermark
com.qoppa.pdf.dom Classes representing the PDF document object model. 
com.qoppa.pdfViewer PDFViewerBean and related classes. 
 

Uses of IWatermark in com.qoppa.pdf.dom
 

Methods in com.qoppa.pdf.dom that return IWatermark
 IWatermark IPDFDocument.getWatermark()
          Returns the watermark for the PDF document.
 

Methods in com.qoppa.pdf.dom with parameters of type IWatermark
 void IPDFDocument.setWatermark(IWatermark watermark)
          Sets the watermark on the PDF document.
 

Uses of IWatermark in com.qoppa.pdfViewer
 

Methods in com.qoppa.pdfViewer that return IWatermark
 IWatermark PDFViewerBean.getWatermark()
          Returns the watermark for the PDFViewerBean.
 

Methods in com.qoppa.pdfViewer with parameters of type IWatermark
 void PDFViewerBean.setWatermark(IWatermark watermark)
          Sets the watermark for the PDFViewerBean.