onix-codelist
Version:
ONIX 3.0 Code lists
11 lines (10 loc) • 607 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InsertPointType = void 0;
var InsertPointType;
(function (InsertPointType) {
InsertPointType[InsertPointType["AdjacentToLogicalPage"] = 'ALP'] = "AdjacentToLogicalPage";
InsertPointType[InsertPointType["AdjacentToPhysicalPage"] = 'APP'] = "AdjacentToPhysicalPage";
InsertPointType[InsertPointType["AtTimecode"] = 'ATC'] = "AtTimecode";
InsertPointType[InsertPointType["AdjacentToHtmlLabel"] = 'AHL'] = "AdjacentToHtmlLabel";
})(InsertPointType = exports.InsertPointType || (exports.InsertPointType = {}));