python-pptx
python-pptx copied to clipboard
implementing text font strikethrough
I had to implement this to set strikethrough property in one of my projects.
It does not fully implement the definition in OpenXML spec, but that is by design, to keep it simple for the user.
Partially implements #339 .
When does this get merged?