public class Watermark
extends Object
Class for accessing the water mark
-
Konstruktorübersicht
Konstruktoren
Watermark(org.apache.pdfbox.pdmodel.PDDocument document)
-
Methodenübersicht
void
mark(org.apache.pdfbox.pdmodel.PDDocument document)
-
Konstruktordetails
-
Watermark
public Watermark(org.apache.pdfbox.pdmodel.PDDocument document)
throws IOException
Creates a new instance
- Parameter:
document -
- Löst aus:
IOException
-
Methodendetails
-
mark
public void mark(org.apache.pdfbox.pdmodel.PDDocument document)
throws IOException
Marks the document
- Parameter:
document -
- Löst aus:
IOException