(element)
| 886 | } |
| 887 | |
| 888 | function readRunStyle(element) { |
| 889 | return readStyle(element, "w:rStyle", "Run", styles.findCharacterStyleById); |
| 890 | } |
| 891 | |
| 892 | function readTableStyle(element) { |
| 893 | return readStyle(element, "w:tblStyle", "Table", styles.findTableStyleById); |
no test coverage detected