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