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
69 lines • 1.59 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.Annotation = void 0;
const linkElement_1 = require("./linkElement");
class Annotation extends linkElement_1.LinkElement {
static getAttributeTypeMap() {
return super.getAttributeTypeMap().concat(Annotation.attributeTypeMap);
}
}
exports.Annotation = Annotation;
Annotation.discriminator = undefined;
Annotation.attributeTypeMap = [
{
"name": "color",
"baseName": "Color",
"type": "Color"
},
{
"name": "contents",
"baseName": "Contents",
"type": "string"
},
{
"name": "modified",
"baseName": "Modified",
"type": "string"
},
{
"name": "id",
"baseName": "Id",
"type": "string"
},
{
"name": "flags",
"baseName": "Flags",
"type": "Array<AnnotationFlags>"
},
{
"name": "name",
"baseName": "Name",
"type": "string"
},
{
"name": "rect",
"baseName": "Rect",
"type": "Rectangle"
},
{
"name": "pageIndex",
"baseName": "PageIndex",
"type": "number"
},
{
"name": "zIndex",
"baseName": "ZIndex",
"type": "number"
},
{
"name": "horizontalAlignment",
"baseName": "HorizontalAlignment",
"type": "HorizontalAlignment"
},
{
"name": "verticalAlignment",
"baseName": "VerticalAlignment",
"type": "VerticalAlignment"
}
];
//# sourceMappingURL=annotation.js.map
;