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
123 lines • 2.57 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.Stamp = void 0;
class Stamp {
static getAttributeTypeMap() {
return Stamp.attributeTypeMap;
}
}
exports.Stamp = Stamp;
Stamp.discriminator = undefined;
Stamp.attributeTypeMap = [
{
"name": "type",
"baseName": "Type",
"type": "StampType"
},
{
"name": "background",
"baseName": "Background",
"type": "boolean"
},
{
"name": "bottomMargin",
"baseName": "BottomMargin",
"type": "number"
},
{
"name": "horizontalAlignment",
"baseName": "HorizontalAlignment",
"type": "HorizontalAlignment"
},
{
"name": "leftMargin",
"baseName": "LeftMargin",
"type": "number"
},
{
"name": "opacity",
"baseName": "Opacity",
"type": "number"
},
{
"name": "rightMargin",
"baseName": "RightMargin",
"type": "number"
},
{
"name": "rotate",
"baseName": "Rotate",
"type": "Rotation"
},
{
"name": "rotateAngle",
"baseName": "RotateAngle",
"type": "number"
},
{
"name": "topMargin",
"baseName": "TopMargin",
"type": "number"
},
{
"name": "verticalAlignment",
"baseName": "VerticalAlignment",
"type": "VerticalAlignment"
},
{
"name": "xIndent",
"baseName": "XIndent",
"type": "number"
},
{
"name": "yIndent",
"baseName": "YIndent",
"type": "number"
},
{
"name": "zoom",
"baseName": "Zoom",
"type": "number"
},
{
"name": "textAlignment",
"baseName": "TextAlignment",
"type": "HorizontalAlignment"
},
{
"name": "value",
"baseName": "Value",
"type": "string"
},
{
"name": "textState",
"baseName": "TextState",
"type": "TextState"
},
{
"name": "fileName",
"baseName": "FileName",
"type": "string"
},
{
"name": "width",
"baseName": "Width",
"type": "number"
},
{
"name": "height",
"baseName": "Height",
"type": "number"
},
{
"name": "pageIndex",
"baseName": "PageIndex",
"type": "number"
},
{
"name": "startingNumber",
"baseName": "StartingNumber",
"type": "number"
}
];
//# sourceMappingURL=stamp.js.map
;