Package com.itextpdf.signatures
Class SignaturePermissions.FieldLock
- java.lang.Object
-
- com.itextpdf.signatures.SignaturePermissions.FieldLock
-
- Enclosing class:
- SignaturePermissions
public class SignaturePermissions.FieldLock extends java.lang.ObjectClass 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 PdfNamegetAction()Getter for the field lock action.PdfArraygetFields()Getter for the fields involved in the lock action.java.lang.StringtoString()toString method
-
-
-
Method Detail
-
getAction
public PdfName getAction()
Getter for the field lock action.- Returns:
- the action of field lock dictionary
-
getFields
public PdfArray getFields()
Getter for the fields involved in the lock action.- Returns:
- the fields of field lock dictionary
-
toString
public java.lang.String toString()
toString method- Overrides:
toStringin classjava.lang.Object
-
-