public class PdfDigitalSignatureAppearance extends SignatureAppearance
SignatureAppearance.AppearanceTypeEnum
Constructor | Description |
---|---|
PdfDigitalSignatureAppearance() |
Modifier and Type | Method | Description |
---|---|---|
PdfDigitalSignatureAppearance |
background(Color background) |
|
PdfDigitalSignatureAppearance |
contactInfoLabel(java.lang.String contactInfoLabel) |
|
PdfDigitalSignatureAppearance |
dateSignedAtLabel(java.lang.String dateSignedAtLabel) |
|
PdfDigitalSignatureAppearance |
digitalSignedLabel(java.lang.String digitalSignedLabel) |
|
boolean |
equals(java.lang.Object o) |
|
PdfDigitalSignatureAppearance |
fontFamilyName(java.lang.String fontFamilyName) |
|
PdfDigitalSignatureAppearance |
fontSize(java.lang.Double fontSize) |
|
Color |
getBackground() |
Get or set background color of signature appearance.
|
java.lang.String |
getContactInfoLabel() |
Gets or sets contact info label.
|
java.lang.String |
getDateSignedAtLabel() |
Gets or sets date signed label.
|
java.lang.String |
getDigitalSignedLabel() |
Gets or sets digital signed label.
|
java.lang.String |
getFontFamilyName() |
Gets or sets the Font family name to display the labels.
|
java.lang.Double |
getFontSize() |
Gets or sets the Font size to display the labels.
|
java.lang.String |
getLocationLabel() |
Gets or sets location label.
|
java.lang.String |
getReasonLabel() |
Gets or sets reason label.
|
int |
hashCode() |
|
PdfDigitalSignatureAppearance |
locationLabel(java.lang.String locationLabel) |
|
PdfDigitalSignatureAppearance |
reasonLabel(java.lang.String reasonLabel) |
|
void |
setBackground(Color background) |
|
void |
setContactInfoLabel(java.lang.String contactInfoLabel) |
|
void |
setDateSignedAtLabel(java.lang.String dateSignedAtLabel) |
|
void |
setDigitalSignedLabel(java.lang.String digitalSignedLabel) |
|
void |
setFontFamilyName(java.lang.String fontFamilyName) |
|
void |
setFontSize(java.lang.Double fontSize) |
|
void |
setLocationLabel(java.lang.String locationLabel) |
|
void |
setReasonLabel(java.lang.String reasonLabel) |
|
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
appearanceType, getAppearanceType, setAppearanceType
public PdfDigitalSignatureAppearance background(Color background)
public Color getBackground()
public void setBackground(Color background)
public PdfDigitalSignatureAppearance contactInfoLabel(java.lang.String contactInfoLabel)
public java.lang.String getContactInfoLabel()
public void setContactInfoLabel(java.lang.String contactInfoLabel)
public PdfDigitalSignatureAppearance dateSignedAtLabel(java.lang.String dateSignedAtLabel)
public java.lang.String getDateSignedAtLabel()
public void setDateSignedAtLabel(java.lang.String dateSignedAtLabel)
public PdfDigitalSignatureAppearance digitalSignedLabel(java.lang.String digitalSignedLabel)
public java.lang.String getDigitalSignedLabel()
public void setDigitalSignedLabel(java.lang.String digitalSignedLabel)
public PdfDigitalSignatureAppearance fontFamilyName(java.lang.String fontFamilyName)
public java.lang.String getFontFamilyName()
public void setFontFamilyName(java.lang.String fontFamilyName)
public PdfDigitalSignatureAppearance fontSize(java.lang.Double fontSize)
public java.lang.Double getFontSize()
public void setFontSize(java.lang.Double fontSize)
public PdfDigitalSignatureAppearance locationLabel(java.lang.String locationLabel)
public java.lang.String getLocationLabel()
public void setLocationLabel(java.lang.String locationLabel)
public PdfDigitalSignatureAppearance reasonLabel(java.lang.String reasonLabel)
public java.lang.String getReasonLabel()
public void setReasonLabel(java.lang.String reasonLabel)
public boolean equals(java.lang.Object o)
equals
in class SignatureAppearance
public int hashCode()
hashCode
in class SignatureAppearance
public java.lang.String toString()
toString
in class SignatureAppearance
Copyright © 2021. All rights reserved.