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

Function readTableProperties

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

Source from the content-addressed store, hash-verified

1118 }
1119
1120 function readTableProperties(element) {
1121 return readTableStyle(element).map(function(style) {
1122 return {
1123 styleId: style.styleId,
1124 styleName: style.name
1125 };
1126 });
1127 }
1128
1129 function readTableRow(element) {
1130 var properties = element.firstOrEmpty("w:trPr");

Callers 1

readTableFunction · 0.70

Calls 1

readTableStyleFunction · 0.70

Tested by

no test coverage detected