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

Function readTableStyle

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

Source from the content-addressed store, hash-verified

890 }
891
892 function readTableStyle(element) {
893 return readStyle(element, "w:tblStyle", "Table", styles.findTableStyleById);
894 }
895
896 function readStyle(element, styleTagName, styleType, findStyleById) {
897 var messages = [];

Callers 1

readTablePropertiesFunction · 0.70

Calls 1

readStyleFunction · 0.70

Tested by

no test coverage detected