UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

10 lines 418 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Justification = void 0; var Justification; (function (Justification) { Justification["LeftJustified"] = "leftJustified"; Justification["RightJustified"] = "rightJustified"; Justification["Centered"] = "centered"; })(Justification || (exports.Justification = Justification = {})); //# sourceMappingURL=Justification.js.map