(element)
| 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); |
no test coverage detected