MCPcopy Create free account
hub / github.com/TruthHun/BookStack / readNumberingStyleElement

Function readNumberingStyleElement

static/word2md/mammoth.browser.js:2096–2103  ·  view source on GitHub ↗
(styleElement)

Source from the content-addressed store, hash-verified

2094}
2095
2096function readNumberingStyleElement(styleElement) {
2097 var numId = styleElement
2098 .firstOrEmpty("w:pPr")
2099 .firstOrEmpty("w:numPr")
2100 .firstOrEmpty("w:numId")
2101 .attributes["w:val"];
2102 return {numId: numId};
2103}
2104
2105},{}],16:[function(require,module,exports){
2106exports.uriToZipEntryName = uriToZipEntryName;

Callers 1

readStylesXmlFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected