0

I want to make a paragraph, right-to-left. I'm using docx module.
I tried:

from docx.enum.text import WD_ALIGN_PARAGRAPH

paragraph = document.add_paragraph()
paragraph.alignment = WD_ALIGN_PARAGRAPH.RIGHT

But it just change the align. How can i edit "right-to-left"?

Sdrf1445
  • 147
  • 2
  • 2
  • 9

0 Answers0