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
18 lines • 612 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextIcon = void 0;
var TextIcon;
(function (TextIcon) {
TextIcon["Note"] = "Note";
TextIcon["Comment"] = "Comment";
TextIcon["Key"] = "Key";
TextIcon["Help"] = "Help";
TextIcon["NewParagraph"] = "NewParagraph";
TextIcon["Paragraph"] = "Paragraph";
TextIcon["Insert"] = "Insert";
TextIcon["Check"] = "Check";
TextIcon["Cross"] = "Cross";
TextIcon["Circle"] = "Circle";
TextIcon["Star"] = "Star";
})(TextIcon || (exports.TextIcon = TextIcon = {}));
//# sourceMappingURL=textIcon.js.map
;