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()
Provides access to a signature appearance object.PdfSignatureAppearance.setCertificate
(Certificate signCertificate) Sets the certificate used to provide the text in the appearance.PdfSignatureAppearance.setContact
(String contact) Sets the signing contact.protected PdfSignatureAppearance
PdfSignatureAppearance.setFieldName
(String fieldName) Set the field name of the appearance.Sets the background image for the layer 2.PdfSignatureAppearance.setImageScale
(float imageScale) Sets the scaling to be applied to the background image.PdfSignatureAppearance.setLayer2Font
(PdfFont layer2Font) Sets the n2 and n4 layer font.PdfSignatureAppearance.setLayer2FontColor
(Color color) Sets the n2 and n4 layer font color.PdfSignatureAppearance.setLayer2FontSize
(float fontSize) Sets the n2 and n4 layer font size.PdfSignatureAppearance.setLayer2Text
(String text) Sets the signature text identifying the signer.PdfSignatureAppearance.setLocation
(String location) Sets the signing location.PdfSignatureAppearance.setLocationCaption
(String locationCaption) Sets the caption for the signing location.PdfSignatureAppearance.setPageNumber
(int pageNumber) Sets the page number of the signature field which this signature appearance is associated with.PdfSignatureAppearance.setPageRect
(Rectangle pageRect) Sets the rectangle that represent the position and dimension of the signature field in the page.Sets the signing reason.PdfSignatureAppearance.setReasonCaption
(String reasonCaption) Sets the caption for the signing reason.PdfSignatureAppearance.setRenderingMode
(PdfSignatureAppearance.RenderingMode renderingMode) Sets the rendering mode for this signature.PdfSignatureAppearance.setReuseAppearance
(boolean reuseAppearance) Indicates that the existing appearances needs to be reused as layer 0.PdfSignatureAppearance.setSignatureCreator
(String signatureCreator) Sets the name of the application used to create the signature.PdfSignatureAppearance.setSignatureGraphic
(ImageData signatureGraphic) Sets the Image object to render when Render is set to RenderingMode.GRAPHIC or RenderingMode.GRAPHIC_AND_DESCRIPTION.protected PdfSignatureAppearance
PdfSignatureAppearance.setSignDate
(Calendar signDate) Sets the signature date.