Package com.itextpdf.text.pdf.security
Class SignaturePermissions.FieldLock
- java.lang.Object
-
- com.itextpdf.text.pdf.security.SignaturePermissions.FieldLock
-
- Enclosing class:
- SignaturePermissions
public class SignaturePermissions.FieldLock extends java.lang.Object
Class that contains a field lock action and an array of the fields that are involved.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PdfName
getAction()
Getter for the field lock action.PdfArray
getFields()
Getter for the fields involved in the lock action.java.lang.String
toString()
toString method
-