(element)
| 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) { |