I am using python docx library to manipulate a word document. However I can\'t find how to align a line to the center in the documents page of that library. I can\'t find by
p = document.add_paragraph('A plain paragraph having some ',style='BodyText', breakbefore=False, jc='left')# @param string jc: Paragraph alignment, possible values:left, center, right, both (justified), ...
for reference see this reference at def paragraph read the documentation