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
39 lines • 1.05 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.PolyAnnotation = void 0;
const markupAnnotation_1 = require("./markupAnnotation");
class PolyAnnotation extends markupAnnotation_1.MarkupAnnotation {
static getAttributeTypeMap() {
return super.getAttributeTypeMap().concat(PolyAnnotation.attributeTypeMap);
}
}
exports.PolyAnnotation = PolyAnnotation;
PolyAnnotation.discriminator = undefined;
PolyAnnotation.attributeTypeMap = [
{
"name": "interiorColor",
"baseName": "InteriorColor",
"type": "Color"
},
{
"name": "startingStyle",
"baseName": "StartingStyle",
"type": "LineEnding"
},
{
"name": "endingStyle",
"baseName": "EndingStyle",
"type": "LineEnding"
},
{
"name": "intent",
"baseName": "Intent",
"type": "PolyIntent"
},
{
"name": "vertices",
"baseName": "Vertices",
"type": "Array<Point>"
}
];
//# sourceMappingURL=polyAnnotation.js.map
;