-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
https://python-docx.readthedocs.io/en/latest/api/enum/WdLineSpacing.html
shows usage:
paragraph.line_spacing_rule = WD_LINE_SPACING.EXACTLY
but you have to especify paragraph_format before the .line_spacing:
paragraph.paragraph_format.line_spacing_rule = WD_LINE_SPACING.EXACTLY