public class SignaturePermissions.FieldLock extends Object
| Constructor and Description |
|---|
FieldLock(com.itextpdf.kernel.pdf.PdfName action,
com.itextpdf.kernel.pdf.PdfArray fields)
Creates a FieldLock instance.
|
| Modifier and Type | Method and Description |
|---|---|
com.itextpdf.kernel.pdf.PdfName |
getAction()
Getter for the field lock action.
|
com.itextpdf.kernel.pdf.PdfArray |
getFields()
Getter for the fields involved in the lock action.
|
String |
toString()
toString method
|
public FieldLock(com.itextpdf.kernel.pdf.PdfName action,
com.itextpdf.kernel.pdf.PdfArray fields)
action - indicates the set of fields that should be lockedfields - an array of text strings containing field namespublic com.itextpdf.kernel.pdf.PdfName getAction()
public com.itextpdf.kernel.pdf.PdfArray getFields()
Copyright © 1998–2021 iText Group NV. All rights reserved.