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.
  • Field Details

    • action

      PdfName action
      Can be /All, /Exclude or /Include
    • fields

      PdfArray fields
      An array of PdfString values with fieldnames
  • 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