UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

21 lines 573 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SelectionHeaderFooter = void 0; class SelectionHeaderFooter { constructor(data) { } static fromJson(data) { if (data === undefined || data === null) { return data; } return new SelectionHeaderFooter(data); } toJson() { return {}; } clone() { return SelectionHeaderFooter.fromJson(this.toJson()); } } exports.SelectionHeaderFooter = SelectionHeaderFooter; //# sourceMappingURL=SelectionHeaderFooter.js.map