public final class SignatureCustomAppearance extends Object
An abstract class which represents signature custon appearance object.
Constructor and Description |
---|
SignatureCustomAppearance()
Inititalizes new instance of the
SignatureCustomAppearance class. |
Modifier and Type | Method and Description |
---|---|
Color |
getBackgroundColor()
Gets/sets background color.
|
String |
getContactInfoLabel()
Gets/sets contact info label.
|
Locale |
getCulture()
Gets/sets culture info value.
|
String |
getDateSignedAtLabel()
Gets/sets date signed label.
|
String |
getDateTimeFormat()
Gets/sets datetime format.
|
String |
getDateTimeLocalFormat()
Gets/sets datetime local format.
|
String |
getDigitalSignedLabel()
Gets/sets digital signed label.
|
String |
getFontFamilyName()
Gets/sets font family name.
|
double |
getFontSize()
Gets/sets font size.
|
Color |
getForegroundColor()
Gets/sets foreground color (color of text).
|
String |
getLocationLabel()
Gets/sets location label.
|
String |
getReasonLabel()
Gets/sets reason label.
|
int |
getRotation()
Gets or sets signature rotation.
|
boolean |
isShowContactInfo()
Gets/sets contact info visibility.
|
boolean |
isShowLocation()
Gets/sets location visibility.
|
boolean |
isShowReason()
Gets/sets reason visibility.
|
void |
setBackgroundColor(Color value)
Gets/sets background color.
|
void |
setContactInfoLabel(String value)
Gets/sets contact info label.
|
void |
setCulture(Locale value)
Gets/sets culture info value.
|
void |
setDateSignedAtLabel(String value)
Gets/sets date signed label.
|
void |
setDateTimeFormat(String value)
Gets/sets datetime format.
|
void |
setDateTimeLocalFormat(String value)
Gets/sets datetime local format.
|
void |
setDigitalSignedLabel(String value)
Gets/sets digital signed label.
|
void |
setFontFamilyName(String value)
Gets/sets font family name.
|
void |
setFontSize(double value)
Gets/sets font size.
|
void |
setForegroundColor(Color value)
Gets/sets foreground color (color of text).
|
void |
setLocationLabel(String value)
Gets/sets location label.
|
void |
setReasonLabel(String value)
Gets/sets reason label.
|
void |
setRotation(int value)
Gets or sets signature rotation.
|
void |
setShowContactInfo(boolean value)
Gets/sets contact info visibility.
|
void |
setShowLocation(boolean value)
Gets/sets location visibility.
|
void |
setShowReason(boolean value)
Gets/sets reason visibility.
|
public SignatureCustomAppearance()
Inititalizes new instance of the SignatureCustomAppearance
class.
public final String getFontFamilyName()
Gets/sets font family name. It should be existed in the document. Default value: Arial.
public final void setFontFamilyName(String value)
Gets/sets font family name. It should be existed in the document. Default value: Arial.
value
- String valuepublic final double getFontSize()
Gets/sets font size. Default value: 10.
public final Color getForegroundColor()
Gets/sets foreground color (color of text). Default value: Blue.
public final void setForegroundColor(Color value)
Gets/sets foreground color (color of text). Default value: Blue.
value
- com.aspose.pdf.Color instancepublic final Color getBackgroundColor()
Gets/sets background color. Default value: Transparent.
public final void setBackgroundColor(Color value)
Gets/sets background color. Default value: Transparent.
value
- com.aspose.pdf.Color instancepublic final void setFontSize(double value)
Gets/sets font size. Default value: 10.
value
- double valuepublic final boolean isShowContactInfo()
Gets/sets contact info visibility. Default value: true.
public final void setShowContactInfo(boolean value)
Gets/sets contact info visibility. Default value: true.
value
- boolean valuepublic final boolean isShowReason()
Gets/sets reason visibility. Default value: true.
public final void setShowReason(boolean value)
Gets/sets reason visibility. Default value: true.
value
- boolean valuepublic final boolean isShowLocation()
Gets/sets location visibility. Default value: true.
public final void setShowLocation(boolean value)
Gets/sets location visibility. Default value: true.
value
- boolean valuepublic final String getContactInfoLabel()
Gets/sets contact info label. Default value: "Contact".
public final void setContactInfoLabel(String value)
Gets/sets contact info label. Default value: "Contact".
value
- String valuepublic final String getReasonLabel()
Gets/sets reason label. Default value: "Reason".
public final void setReasonLabel(String value)
Gets/sets reason label. Default value: "Reason".
value
- String valuepublic final String getLocationLabel()
Gets/sets location label. Default value: "Location".
public final void setLocationLabel(String value)
Gets/sets location label. Default value: "Location".
value
- String valuepublic final String getDigitalSignedLabel()
Gets/sets digital signed label. Default value: "Digitally signed by".
public final void setDigitalSignedLabel(String value)
Gets/sets digital signed label. Default value: "Digitally signed by".
value
- String valuepublic final String getDateSignedAtLabel()
Gets/sets date signed label. Default value: "Date".
public final void setDateSignedAtLabel(String value)
Gets/sets date signed label. Default value: "Date".
value
- String valuepublic final String getDateTimeLocalFormat()
Gets/sets datetime local format. Default value: "yyyy.MM.dd HH:mm:ss zzz".
public final void setDateTimeLocalFormat(String value)
Gets/sets datetime local format. Default value: "yyyy.MM.dd HH:mm:ss zzz".
value
- String valuepublic final String getDateTimeFormat()
Gets/sets datetime format. Default value: "yyyy.MM.dd HH:mm:ss".
public final void setDateTimeFormat(String value)
Gets/sets datetime format. Default value: "yyyy.MM.dd HH:mm:ss".
value
- String valuepublic final Locale getCulture()
Gets/sets culture info value. Default value: InvariantCulture.
public final void setCulture(Locale value)
Gets/sets culture info value. Default value: InvariantCulture.
value
- Locale valuepublic final int getRotation()
Gets or sets signature rotation.
public final void setRotation(int value)
Gets or sets signature rotation.
value
- Rotation element