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
73 lines • 1.66 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.Paragraph = void 0;
class Paragraph {
static getAttributeTypeMap() {
return Paragraph.attributeTypeMap;
}
}
exports.Paragraph = Paragraph;
Paragraph.discriminator = undefined;
Paragraph.attributeTypeMap = [
{
"name": "lineSpacing",
"baseName": "LineSpacing",
"type": "LineSpacing"
},
{
"name": "wrapMode",
"baseName": "WrapMode",
"type": "WrapMode"
},
{
"name": "horizontalAlignment",
"baseName": "HorizontalAlignment",
"type": "TextHorizontalAlignment"
},
{
"name": "leftMargin",
"baseName": "LeftMargin",
"type": "number"
},
{
"name": "rightMargin",
"baseName": "RightMargin",
"type": "number"
},
{
"name": "topMargin",
"baseName": "TopMargin",
"type": "number"
},
{
"name": "bottomMargin",
"baseName": "BottomMargin",
"type": "number"
},
{
"name": "rectangle",
"baseName": "Rectangle",
"type": "Rectangle"
},
{
"name": "rotation",
"baseName": "Rotation",
"type": "number"
},
{
"name": "subsequentLinesIndent",
"baseName": "SubsequentLinesIndent",
"type": "number"
},
{
"name": "verticalAlignment",
"baseName": "VerticalAlignment",
"type": "VerticalAlignment"
},
{
"name": "lines",
"baseName": "Lines",
"type": "Array<TextLine>"
}
];
//# sourceMappingURL=paragraph.js.map
;