all files / base/ interface.js

100% Statements 6/6
100% Branches 2/2
100% Functions 2/2
100% Lines 6/6
1 2 3 4 5 6 7 8 9 10        
define(["require", "exports"], function (require, exports) {
    "use strict";
    Object.defineProperty(exports, "__esModule", { value: true });
    var PdfHorizontalOverflowType;
    (function (PdfHorizontalOverflowType) {
        PdfHorizontalOverflowType[PdfHorizontalOverflowType["NextPage"] = 0] = "NextPage";
        PdfHorizontalOverflowType[PdfHorizontalOverflowType["LastPage"] = 1] = "LastPage";
    })(PdfHorizontalOverflowType = exports.PdfHorizontalOverflowType || (exports.PdfHorizontalOverflowType = {}));
});