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
98 lines • 2.4 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": "rotation",
"baseName": "Rotation",
"type": "Rotation"
},
{
"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"
},
{
"name": "backgroundColor",
"baseName": "BackgroundColor",
"type": "Color"
},
{
"name": "foregroundColor",
"baseName": "ForegroundColor",
"type": "Color"
},
{
"name": "useDigitalSubjectFormat",
"baseName": "UseDigitalSubjectFormat",
"type": "boolean"
},
{
"name": "digitalSubjectFormat",
"baseName": "DigitalSubjectFormat",
"type": "Array<SignatureSubjectNameElements>"
}
];
//# sourceMappingURL=signatureCustomAppearance.js.map