Klasse Watermark

java.lang.Object
org.deidentifier.arx.certificate.resources.Watermark

public class Watermark extends Object
Class for accessing the water mark
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    Watermark(org.apache.pdfbox.pdmodel.PDDocument document)
    Creates a new instance
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    mark(org.apache.pdfbox.pdmodel.PDDocument document)
    Marks the document

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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