MCPcopy Index your code
hub / github.com/TruthHun/BookStack / readRunStyle

Function readRunStyle

static/word2md/mammoth.browser.js:888–890  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

886 }
887
888 function readRunStyle(element) {
889 return readStyle(element, "w:rStyle", "Run", styles.findCharacterStyleById);
890 }
891
892 function readTableStyle(element) {
893 return readStyle(element, "w:tblStyle", "Table", styles.findTableStyleById);

Callers 1

readRunPropertiesFunction · 0.70

Calls 1

readStyleFunction · 0.70

Tested by

no test coverage detected