Uses of Class
com.itextpdf.signatures.PdfSignatureAppearance
-
Uses of PdfSignatureAppearance in com.itextpdf.signatures
Modifier and TypeFieldDescriptionprotected PdfSignatureAppearance
PdfSigner.appearance
The signature appearance.Modifier and TypeMethodDescriptionPdfSigner.getSignatureAppearance()
Deprecated.PdfSignatureAppearance.setCertificate
(Certificate signCertificate) Deprecated.PdfSignatureAppearance.setContact
(String contact) Deprecated.UsePdfSigner.setContact(String)
instead.protected PdfSignatureAppearance
PdfSignatureAppearance.setFieldName
(String fieldName) Set the field name of the appearance.PdfSignatureAppearance.setFontFamily
(String... fontFamilyNames) Deprecated.in favour ofElementPropertyContainer.setFontFamily(String...)
.PdfSignatureAppearance.setFontProvider
(FontProvider fontProvider) Deprecated.in favour ofElementPropertyContainer.setProperty(int, Object)
.Deprecated.PdfSignatureAppearance.setImageScale
(float imageScale) Deprecated.PdfSignatureAppearance.setLayer2Font
(PdfFont font) Deprecated.in favour ofElementPropertyContainer.setFont(PdfFont)
.PdfSignatureAppearance.setLayer2FontColor
(Color color) Deprecated.in favour ofElementPropertyContainer.setFontColor(Color)
.PdfSignatureAppearance.setLayer2FontSize
(float fontSize) Deprecated.in favour ofElementPropertyContainer.setFontSize(float)
.PdfSignatureAppearance.setLayer2Text
(String text) Deprecated.in favour ofSignatureFieldAppearance
.PdfSignatureAppearance.setLocation
(String location) Deprecated.in favour ofSignedAppearanceText
that should be used forSignatureFieldAppearance
.PdfSignatureAppearance.setLocationCaption
(String locationCaption) Deprecated.in favour ofSignedAppearanceText
that should be used forSignatureFieldAppearance
.PdfSignatureAppearance.setPageNumber
(int pageNumber) Deprecated.won't be public in the next major release.PdfSignatureAppearance.setPageRect
(Rectangle pageRect) Deprecated.won't be public in the next major release.Deprecated.in favour ofSignedAppearanceText
that should be used forSignatureFieldAppearance
.PdfSignatureAppearance.setReasonCaption
(String reasonCaption) Deprecated.in favour ofSignedAppearanceText
that should be used forSignatureFieldAppearance
.PdfSignatureAppearance.setRenderingMode
(PdfSignatureAppearance.RenderingMode renderingMode) Deprecated.in favour ofSignatureFieldAppearance
, rendering mode will be detected depending on specifiedsetContent
method parameters.PdfSignatureAppearance.setReuseAppearance
(boolean reuseAppearance) Deprecated.in favour ofPdfSignatureFormField.setReuseAppearance(boolean)
.PdfSignatureAppearance.setSignatureAppearance
(SignatureFieldAppearance modelElement) Deprecated.PdfSignatureAppearance.setSignatureCreator
(String signatureCreator) Deprecated.UsePdfSigner.setSignatureCreator(String)
instead.PdfSignatureAppearance.setSignatureGraphic
(ImageData signatureGraphic) Deprecated.protected PdfSignatureAppearance
PdfSignatureAppearance.setSignDate
(Calendar signDate) Deprecated.in favour ofSignedAppearanceText
that should be used forSignatureFieldAppearance
.
SignedAppearanceText
that should be used forSignatureFieldAppearance
.