You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want the text to be justified, but I can't use from docx.enum.text import WD_ALIGN_PARAGRAPH, I get an error: "Cannot find reference 'WD_ALIGN_PARAGRAPH' in 'text.py' less... (Ctrl+F1)"
I found the WD_PARAGRAPH_ALIGNMENT class in test.py and tried to import from docx.enum.text import WD_PARAGRAPH_ALIGNMENT, but this class doesn't seem to have any useful methods. Can you help me? Any help will be appreciated!
My goal: to align the text at both ends instead of the default left alignment.