We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An error occurred while attempting to retrieve the language_id attribute of the font.
language_id
font
The text was updated successfully, but these errors were encountered:
from pptx.enum.lang import MSO_LANGUAGE_ID # Set the font language to Polish font.language_id = MSO_LANGUAGE_ID.POLISH
To find the appropriate language identifier for your specific case, refer to the documentation: python-pptx: MsoLanguageId Documentation
Sorry, something went wrong.
Setting the Language ID in python-pptx Try this: from pptx.enum.lang import MSO_LANGUAGE_ID # Set the font language to Polish font.language_id = MSO_LANGUAGE_ID.POLISH To find the appropriate language identifier for your specific case, refer to the documentation: python-pptx: MsoLanguageId Documentation
Thx, I will try that later.
No branches or pull requests
An error occurred while attempting to retrieve the
language_id
attribute of thefont
.The text was updated successfully, but these errors were encountered: