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.31 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextStamp = void 0;
const stampBase_1 = require("./stampBase");
class TextStamp extends stampBase_1.StampBase {
static getAttributeTypeMap() {
return super.getAttributeTypeMap().concat(TextStamp.attributeTypeMap);
}
}
exports.TextStamp = TextStamp;
TextStamp.discriminator = undefined;
TextStamp.attributeTypeMap = [
{
"name": "textAlignment",
"baseName": "TextAlignment",
"type": "HorizontalAlignment"
},
{
"name": "value",
"baseName": "Value",
"type": "string"
},
{
"name": "textState",
"baseName": "TextState",
"type": "TextState"
},
{
"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=textStamp.js.map
;