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

Function readParagraphStyle

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

Source from the content-addressed store, hash-verified

882 }
883
884 function readParagraphStyle(element) {
885 return readStyle(element, "w:pStyle", "Paragraph", styles.findParagraphStyleById);
886 }
887
888 function readRunStyle(element) {
889 return readStyle(element, "w:rStyle", "Run", styles.findCharacterStyleById);

Callers 1

BodyReaderFunction · 0.70

Calls 1

readStyleFunction · 0.70

Tested by

no test coverage detected