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
54 lines • 1.28 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.StampBase = void 0;
const linkElement_1 = require("./linkElement");
class StampBase extends linkElement_1.LinkElement {
static getAttributeTypeMap() {
return super.getAttributeTypeMap().concat(StampBase.attributeTypeMap);
}
}
exports.StampBase = StampBase;
StampBase.discriminator = undefined;
StampBase.attributeTypeMap = [
{
"name": "background",
"baseName": "Background",
"type": "boolean"
},
{
"name": "horizontalAlignment",
"baseName": "HorizontalAlignment",
"type": "HorizontalAlignment"
},
{
"name": "opacity",
"baseName": "Opacity",
"type": "number"
},
{
"name": "rotate",
"baseName": "Rotate",
"type": "Rotation"
},
{
"name": "rotateAngle",
"baseName": "RotateAngle",
"type": "number"
},
{
"name": "xIndent",
"baseName": "XIndent",
"type": "number"
},
{
"name": "yIndent",
"baseName": "YIndent",
"type": "number"
},
{
"name": "zoom",
"baseName": "Zoom",
"type": "number"
}
];
//# sourceMappingURL=stampBase.js.map
;