UNPKG

pptx-automizer

Version:

A template based pptx generator

20 lines 809 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ElementSubtype = exports.ElementType = void 0; var ElementType; (function (ElementType) { ElementType["Chart"] = "Chart"; ElementType["Image"] = "Image"; ElementType["Diagram"] = "Diagram"; ElementType["Shape"] = "Generic"; ElementType["OLEObject"] = "OLEObject"; ElementType["Hyperlink"] = "Hyperlink"; })(ElementType || (exports.ElementType = ElementType = {})); var ElementSubtype; (function (ElementSubtype) { ElementSubtype["chart"] = "chart"; ElementSubtype["chartEx"] = "chartEx"; ElementSubtype["oleObject"] = "oleObject"; ElementSubtype["hyperlink"] = "hyperlink"; })(ElementSubtype || (exports.ElementSubtype = ElementSubtype = {})); //# sourceMappingURL=element-type.js.map