@syncfusion/ej2-gantt
Version:
Essential JS 2 Gantt Component
21 lines (20 loc) • 550 B
JavaScript
/**
* public Enum for `PdfHorizontalOverflowType`.
*
* @private
*/
export var PdfHorizontalOverflowType;
(function (PdfHorizontalOverflowType) {
/**
* Specifies the type of `NextPage`.
*
* @private
*/
PdfHorizontalOverflowType[PdfHorizontalOverflowType["NextPage"] = 0] = "NextPage";
/**
* Specifies the type of `LastPage`.
*
* @private
*/
PdfHorizontalOverflowType[PdfHorizontalOverflowType["LastPage"] = 1] = "LastPage";
})(PdfHorizontalOverflowType || (PdfHorizontalOverflowType = {}));