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

Function readStyleElement

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

Source from the content-addressed store, hash-verified

2082}
2083
2084function readStyleElement(styleElement) {
2085 var type = styleElement.attributes["w:type"];
2086 var styleId = styleElement.attributes["w:styleId"];
2087 var name = styleName(styleElement);
2088 return {type: type, styleId: styleId, name: name};
2089}
2090
2091function styleName(styleElement) {
2092 var nameElement = styleElement.first("w:name");

Callers 1

readStylesXmlFunction · 0.70

Calls 1

styleNameFunction · 0.70

Tested by

no test coverage detected