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
38 lines • 851 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.BorderInfo = void 0;
class BorderInfo {
static getAttributeTypeMap() {
return BorderInfo.attributeTypeMap;
}
}
exports.BorderInfo = BorderInfo;
BorderInfo.discriminator = undefined;
BorderInfo.attributeTypeMap = [
{
"name": "left",
"baseName": "Left",
"type": "GraphInfo"
},
{
"name": "right",
"baseName": "Right",
"type": "GraphInfo"
},
{
"name": "top",
"baseName": "Top",
"type": "GraphInfo"
},
{
"name": "bottom",
"baseName": "Bottom",
"type": "GraphInfo"
},
{
"name": "roundedBorderRadius",
"baseName": "RoundedBorderRadius",
"type": "number"
}
];
//# sourceMappingURL=borderInfo.js.map
;