Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.63 KB

File metadata and controls

22 lines (18 loc) · 1.63 KB

SignatureCustomAppearance

An abstract class which represents signature custom appearance object.

Properties

Name Type Description Notes
font_family_name str Gets/sets font family name. It should be existed in the document. Default value: Arial. [optional]
font_size float Gets/sets font size. Default value: 10.
show_contact_info bool Gets/sets contact info visibility. Default value: true.
show_reason bool Gets/sets reason visibility. Default value: true.
show_location bool Gets/sets location visibility. Default value: true.
contact_info_label str Gets/sets contact info label. Default value: "Contact". [optional]
reason_label str Gets/sets reason label. Default value: "Reason". [optional]
location_label str Gets/sets location label. Default value: "Location". [optional]
digital_signed_label str Gets/sets digital signed label. Default value: "Digitally signed by". [optional]
date_signed_at_label str Gets/sets date signed label. Default value: "Date". [optional]
date_time_local_format str Gets/sets datetime local format. Default value: "yyyy.MM.dd HH:mm:ss zzz". [optional]
date_time_format str Gets/sets datetime format. Default value: "yyyy.MM.dd HH:mm:ss". [optional]

[Back to Model list] [Back to API list] [Back to README]