Update tests
This commit is contained in:
@@ -126,7 +126,7 @@ class nwStyles:
|
||||
"TT": (0.00, 0.60), # Text margins (top, bottom)
|
||||
"SP": (1.20, 1.20), # Separator margins (top, bottom)
|
||||
"MT": (0.00, 0.60), # Meta margins (top, bottom)
|
||||
"FT": (1.20, 0.40), # Footnote margins (left, bottom)
|
||||
"FT": (1.40, 0.40), # Footnote margins (left, bottom)
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1166,6 +1166,7 @@ class DocXParagraph:
|
||||
_wTag("before"): str(int(20.0 * firstFloat(self._topMargin, style.before))),
|
||||
_wTag("after"): str(int(20.0 * firstFloat(self._bottomMargin, style.after))),
|
||||
_wTag("line"): str(int(20.0 * firstFloat(style.line, style.size))),
|
||||
_wTag("lineRule"): "auto",
|
||||
})
|
||||
if indent:
|
||||
xmlSubElem(pPr, _wTag("ind"), attrib=indent)
|
||||
|
||||
Reference in New Issue
Block a user