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

Function styleName

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

Source from the content-addressed store, hash-verified

2089}
2090
2091function styleName(styleElement) {
2092 var nameElement = styleElement.first("w:name");
2093 return nameElement ? nameElement.attributes["w:val"] : null;
2094}
2095
2096function readNumberingStyleElement(styleElement) {
2097 var numId = styleElement

Callers 1

readStyleElementFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected