| Package | Description |
|---|---|
| com.itextpdf.signatures |
| Modifier and Type | Field and Description |
|---|---|
protected PdfSignatureAppearance |
PdfSigner.appearance
The signature appearance.
|
| Modifier and Type | Method and Description |
|---|---|
PdfSignatureAppearance |
PdfSigner.getSignatureAppearance()
Deprecated.
|
PdfSignatureAppearance |
PdfSignatureAppearance.setCertificate(Certificate signCertificate)
Deprecated.
in favour of
SignedAppearanceText that should be used for SignatureFieldAppearance.
Specified certificate provides signer name. |
PdfSignatureAppearance |
PdfSignatureAppearance.setContact(String contact)
Deprecated.
Use
PdfSigner.setContact(String) instead. |
protected PdfSignatureAppearance |
PdfSignatureAppearance.setFieldName(String fieldName)
Set the field name of the appearance.
|
PdfSignatureAppearance |
PdfSignatureAppearance.setFontFamily(String... fontFamilyNames)
Deprecated.
in favour of
ElementPropertyContainer.setFontFamily(String...). |
PdfSignatureAppearance |
PdfSignatureAppearance.setFontProvider(FontProvider fontProvider)
Deprecated.
in favour of
ElementPropertyContainer.setProperty(int, Object). |
PdfSignatureAppearance |
PdfSignatureAppearance.setImage(com.itextpdf.io.image.ImageData image)
Deprecated.
|
PdfSignatureAppearance |
PdfSignatureAppearance.setImageScale(float imageScale)
Deprecated.
|
PdfSignatureAppearance |
PdfSignatureAppearance.setLayer2Font(PdfFont font)
Deprecated.
in favour of
ElementPropertyContainer.setFont(PdfFont). |
PdfSignatureAppearance |
PdfSignatureAppearance.setLayer2FontColor(Color color)
Deprecated.
in favour of
ElementPropertyContainer.setFontColor(Color). |
PdfSignatureAppearance |
PdfSignatureAppearance.setLayer2FontSize(float fontSize)
Deprecated.
in favour of
ElementPropertyContainer.setFontSize(float). |
PdfSignatureAppearance |
PdfSignatureAppearance.setLayer2Text(String text)
Deprecated.
in favour of
SignatureFieldAppearance. |
PdfSignatureAppearance |
PdfSignatureAppearance.setLocation(String location)
Deprecated.
won't be public in the next major release. Use
PdfSigner.setLocation(java.lang.String) instead. |
PdfSignatureAppearance |
PdfSignatureAppearance.setLocationCaption(String locationCaption)
Deprecated.
in favour of
SignedAppearanceText that should be used for SignatureFieldAppearance. |
PdfSignatureAppearance |
PdfSignatureAppearance.setPageNumber(int pageNumber)
Deprecated.
won't be public in the next major release. Use
PdfSigner.setPageNumber(int) instead. |
PdfSignatureAppearance |
PdfSignatureAppearance.setPageRect(Rectangle pageRect)
Deprecated.
won't be public in the next major release. Use
PdfSigner.setPageRect(Rectangle) instead. |
PdfSignatureAppearance |
PdfSignatureAppearance.setReason(String reason)
Deprecated.
won't be public in the next major release. Use
PdfSigner.setReason(java.lang.String) instead. |
PdfSignatureAppearance |
PdfSignatureAppearance.setReasonCaption(String reasonCaption)
Deprecated.
in favour of
SignedAppearanceText that should be used for SignatureFieldAppearance. |
PdfSignatureAppearance |
PdfSignatureAppearance.setRenderingMode(PdfSignatureAppearance.RenderingMode renderingMode)
Deprecated.
in favour of
SignatureFieldAppearance, rendering mode will be detected depending on specified
setContent method parameters. |
PdfSignatureAppearance |
PdfSignatureAppearance.setReuseAppearance(boolean reuseAppearance)
Deprecated.
in favour of
PdfSignatureFormField.setReuseAppearance(boolean). Note that it should be called
for the field retrieved with PdfSigner.getSignatureField() method. |
PdfSignatureAppearance |
PdfSignatureAppearance.setSignatureAppearance(SignatureFieldAppearance modelElement)
Deprecated.
|
PdfSignatureAppearance |
PdfSignatureAppearance.setSignatureCreator(String signatureCreator)
Deprecated.
Use
PdfSigner.setSignatureCreator(String) instead. |
PdfSignatureAppearance |
PdfSignatureAppearance.setSignatureGraphic(com.itextpdf.io.image.ImageData signatureGraphic)
Deprecated.
|
protected PdfSignatureAppearance |
PdfSignatureAppearance.setSignDate(Calendar signDate)
Deprecated.
use
PdfSigner.setSignDate(Calendar) instead. |
Copyright © 1998–2024 Apryse Group NV. All rights reserved.