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
53 lines • 1.19 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextRect = void 0;
class TextRect {
static getAttributeTypeMap() {
return TextRect.attributeTypeMap;
}
}
exports.TextRect = TextRect;
TextRect.discriminator = undefined;
TextRect.attributeTypeMap = [
{
"name": "text",
"baseName": "Text",
"type": "string"
},
{
"name": "page",
"baseName": "Page",
"type": "number"
},
{
"name": "rect",
"baseName": "Rect",
"type": "Rectangle"
},
{
"name": "horizontalAlignment",
"baseName": "HorizontalAlignment",
"type": "HorizontalAlignment"
},
{
"name": "verticalAlignment",
"baseName": "VerticalAlignment",
"type": "VerticalAlignment"
},
{
"name": "position",
"baseName": "Position",
"type": "Position"
},
{
"name": "baselinePosition",
"baseName": "BaselinePosition",
"type": "Position"
},
{
"name": "textState",
"baseName": "TextState",
"type": "TextState"
}
];
//# sourceMappingURL=textRect.js.map
;