Uses of Class
cloud.opencode.base.pdf.signature.SignatureAppearance
Packages that use SignatureAppearance
-
Uses of SignatureAppearance in cloud.opencode.base.pdf.signature
Methods in cloud.opencode.base.pdf.signature that return SignatureAppearanceModifier and TypeMethodDescriptionSignatureAppearance.backgroundColor(Color color) Sets background color.Sets border.static SignatureAppearanceSignatureAppearance.defaultAppearance()Creates default appearance.SignatureAppearance.description(String description) Sets description text.Sets font for text.SignatureAppearance.fontSize(float size) Sets font size.PdfSigner.getAppearance()SignatureAppearance.image(byte[] imageBytes) Sets signature image from bytes.Sets signature image from file.static SignatureAppearanceCreates image-only appearance.SignatureAppearance.showDate(boolean show) Shows signing date.SignatureAppearance.showLocation(boolean show) Shows location.SignatureAppearance.showReason(boolean show) Shows reason.SignatureAppearance.showSignerName(boolean show) Shows signer name.Sets text color.static SignatureAppearanceSignatureAppearance.textOnly()Creates text-only appearance.Methods in cloud.opencode.base.pdf.signature with parameters of type SignatureAppearanceModifier and TypeMethodDescriptionPdfSigner.appearance(SignatureAppearance appearance) Sets signature appearance.