Package | Description |
---|---|
com.itextpdf.forms | |
com.itextpdf.forms.fields | |
com.itextpdf.signatures |
Modifier and Type | Method and Description |
---|---|
PdfSigFieldLockDictionary |
PdfSigFieldLockDictionary.setDocumentPermissions(PdfSigFieldLockDictionary.LockPermissions permissions)
Sets the permissions granted for the document when the corresponding signature field is signed.
|
PdfSigFieldLockDictionary |
PdfSigFieldLockDictionary.setFieldLock(PdfSigFieldLockDictionary.LockAction action, String... fields)
Sets signature lock for specific fields in the document.
|
Modifier and Type | Method and Description |
---|---|
PdfSigFieldLockDictionary |
PdfSignatureFormField.getSigFieldLockDictionary()
Gets the PdfSigFieldLockDictionary , which contains fields that must be locked if the document is signed.
|
Modifier and Type | Field and Description |
---|---|
protected PdfSigFieldLockDictionary |
PdfSigner.fieldLock
Signature field lock dictionary.
|
Modifier and Type | Method and Description |
---|---|
PdfSigFieldLockDictionary |
PdfSigner.getFieldLockDict()
Getter for the field lock dictionary.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PdfSigner.addFieldMDP(PdfSignature crypto, PdfSigFieldLockDictionary fieldLock)
Adds keys to the signature dictionary that define the field permissions.
|
void |
PdfSigner.setFieldLockDict(PdfSigFieldLockDictionary fieldLock)
Setter for the field lock dictionary.
|
Copyright © 1998–2018 iText Group NV. All rights reserved.