Class 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 Detail

      • FieldLock

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

      • getAction

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

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