@softvision/webpdf-wsclient-typescript
Version:
A simplified and optimized API client library for the webPDF server
9 lines • 364 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextDirection = void 0;
var TextDirection;
(function (TextDirection) {
TextDirection["RightToLeft"] = "rightToLeft";
TextDirection["LeftToRight"] = "leftToRight";
})(TextDirection || (exports.TextDirection = TextDirection = {}));
//# sourceMappingURL=TextDirection.js.map