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

Function readParagraphIndent

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

Source from the content-addressed store, hash-verified

847 }
848
849 function readParagraphIndent(element) {
850 return {
851 start: element.attributes["w:start"] || element.attributes["w:left"],
852 end: element.attributes["w:end"] || element.attributes["w:right"],
853 firstLine: element.attributes["w:firstLine"],
854 hanging: element.attributes["w:hanging"]
855 };
856 }
857
858 function readRunProperties(element) {
859 return readRunStyle(element).map(function(style) {

Callers 1

BodyReaderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected