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
49 lines • 1.25 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.PageNumberStamp = void 0;
const stampBase_1 = require("./stampBase");
class PageNumberStamp extends stampBase_1.StampBase {
static getAttributeTypeMap() {
return super.getAttributeTypeMap().concat(PageNumberStamp.attributeTypeMap);
}
}
exports.PageNumberStamp = PageNumberStamp;
PageNumberStamp.discriminator = undefined;
PageNumberStamp.attributeTypeMap = [
{
"name": "value",
"baseName": "Value",
"type": "string"
},
{
"name": "startingNumber",
"baseName": "StartingNumber",
"type": "number"
},
{
"name": "verticalAlignment",
"baseName": "VerticalAlignment",
"type": "VerticalAlignment"
},
{
"name": "bottomMargin",
"baseName": "BottomMargin",
"type": "number"
},
{
"name": "leftMargin",
"baseName": "LeftMargin",
"type": "number"
},
{
"name": "topMargin",
"baseName": "TopMargin",
"type": "number"
},
{
"name": "rightMargin",
"baseName": "RightMargin",
"type": "number"
}
];
//# sourceMappingURL=pageNumberStamp.js.map
;