UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

16 lines 641 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Alignment = void 0; var Alignment; (function (Alignment) { Alignment["CenterRight"] = "center_right"; Alignment["BottomRight"] = "bottom_right"; Alignment["BottomCenter"] = "bottom_center"; Alignment["TopCenter"] = "top_center"; Alignment["CenterCenter"] = "center_center"; Alignment["BottomLeft"] = "bottom_left"; Alignment["CenterLeft"] = "center_left"; Alignment["TopRight"] = "top_right"; Alignment["TopLeft"] = "top_left"; })(Alignment || (exports.Alignment = Alignment = {})); //# sourceMappingURL=Alignment.js.map