Fix support for after auto-spacing. (#2975)
This commit is contained in:
@ -24,7 +24,7 @@ class SpacingAttributes extends XmlAttributeComponent<ISpacingProperties> {
|
|||||||
line: "w:line",
|
line: "w:line",
|
||||||
lineRule: "w:lineRule",
|
lineRule: "w:lineRule",
|
||||||
beforeAutoSpacing: "w:beforeAutospacing",
|
beforeAutoSpacing: "w:beforeAutospacing",
|
||||||
afterAutoSpacing: "w:afterAutoSpacing",
|
afterAutoSpacing: "w:afterAutospacing",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user