Open ghost opened 3 years ago
When pasting formatted text to a PPT, the text is parsed and rendered with the copied colors and styles.
Having this same functionality, and allowing users to do element.text_frame.text = "Hello world" would make things easier when trying to format texts.
Why do you say that?
It's mainly because I'm working with it in Django, so this would integrate neatly when exporting HTML to PPT.
I cannot add a Label to the issue, but this was meant to be a feature suggestion.
When pasting formatted text to a PPT, the text is parsed and rendered with the copied colors and styles.
Having this same functionality, and allowing users to do element.text_frame.text = "Hello world" would make things easier when trying to format texts.