|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PDSignatureField | |
|---|---|
| org.apache.pdfbox.pdmodel | The PDModel package represents a high level API for creating and manipulating PDF documents. |
| Uses of PDSignatureField in org.apache.pdfbox.pdmodel |
|---|
| Methods in org.apache.pdfbox.pdmodel that return types with arguments of type PDSignatureField | |
|---|---|
java.util.List<PDSignatureField> |
PDDocument.getSignatureFields()
Retrieve all signature fields from the document. |
| Method parameters in org.apache.pdfbox.pdmodel with type arguments of type PDSignatureField | |
|---|---|
void |
PDDocument.addSignatureField(java.util.List<PDSignatureField> sigFields,
SignatureInterface signatureInterface,
SignatureOptions options)
This will add a signaturefield to the document. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||