booktype / python-ooxml

Python library for parsing .docx (Office Open XML) files
GNU Affero General Public License v3.0
52 stars 24 forks source link

Handle character styles properly #24

Closed aerkalov closed 8 years ago

aerkalov commented 8 years ago

We do great things with paragraph style and styling done on the elements but we do not mark character styles at all. What we should do is check if character styling is defined on the elements, and if it was just add the name of the style as the CSS class to that element.