Class SignaturePermissions.FieldLock

java.lang.Object
com.itextpdf.text.pdf.security.SignaturePermissions.FieldLock
Enclosing class:
SignaturePermissions

public class SignaturePermissions.FieldLock extends Object
Class that contains a field lock action and an array of the fields that are involved.
  • Constructor Details

    • FieldLock

      public FieldLock(PdfName action, PdfArray fields)
      Creates a FieldLock instance
  • Method Details

    • getAction

      public PdfName getAction()
      Getter for the field lock action.
    • getFields

      public PdfArray getFields()
      Getter for the fields involved in the lock action.
    • toString

      public String toString()
      toString method
      Overrides:
      toString in class Object