-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Center Text #21
Copy link
Copy link
Closed
Description
is there a way to center text?
document.add_picture(img, width=Inches(7))
fileName,extension=os.path.splitext(img)
capt='Figure %d,Meter number %s' % (figureNum, fileName)
c=document.add_paragraph(capt, style='Caption')
Now I would like the caption to be centered on the page?
<w:pStyle w:val="Caption"/>
<w:jc w:val="center"/>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels