'Set numbering value with python-docx

Is there a way to set the numbering value of a numbered list with python-docx inside a word document?

I created a word template that has a custom style that generates a numbered list. I am trying to write code that will enable the user to enter an integer that defines the starting value of this numbered list.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source