asposepdfcloud
Version:
Aspose.PDF Cloud is a REST API for creating and editing PDF files. Most popular features proposed by Aspose.PDF Cloud: PDF to Word, Convert PDF to Image, Merge PDF, Split PDF, Add Images to PDF, Rotate PDF. It can also be used to convert PDF files to diff
73 lines • 1.8 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.SignatureCustomAppearance = void 0;
class SignatureCustomAppearance {
static getAttributeTypeMap() {
return SignatureCustomAppearance.attributeTypeMap;
}
}
exports.SignatureCustomAppearance = SignatureCustomAppearance;
SignatureCustomAppearance.discriminator = undefined;
SignatureCustomAppearance.attributeTypeMap = [
{
"name": "fontFamilyName",
"baseName": "FontFamilyName",
"type": "string"
},
{
"name": "fontSize",
"baseName": "FontSize",
"type": "number"
},
{
"name": "showContactInfo",
"baseName": "ShowContactInfo",
"type": "boolean"
},
{
"name": "showReason",
"baseName": "ShowReason",
"type": "boolean"
},
{
"name": "showLocation",
"baseName": "ShowLocation",
"type": "boolean"
},
{
"name": "contactInfoLabel",
"baseName": "ContactInfoLabel",
"type": "string"
},
{
"name": "reasonLabel",
"baseName": "ReasonLabel",
"type": "string"
},
{
"name": "locationLabel",
"baseName": "LocationLabel",
"type": "string"
},
{
"name": "digitalSignedLabel",
"baseName": "DigitalSignedLabel",
"type": "string"
},
{
"name": "dateSignedAtLabel",
"baseName": "DateSignedAtLabel",
"type": "string"
},
{
"name": "dateTimeLocalFormat",
"baseName": "DateTimeLocalFormat",
"type": "string"
},
{
"name": "dateTimeFormat",
"baseName": "DateTimeFormat",
"type": "string"
}
];
//# sourceMappingURL=signatureCustomAppearance.js.map
;