0

Do we have an option in python-pptx to read the spell check mode used in the presentation? I am working on a project in which I have to check the spell check mode is set to "UK English". Can you help?

1 Answers1

0

The spellchecker language is part of a font. You can get it via font.language_id. For possible values, have a look here.

natter1
  • 354
  • 2
  • 10