【Python 正则表达式】Word Documents
The text in a Word document is more than just a string. It has font, size, color, and other styling information associated with it.
A Run object is a contiguous run of text with the same style. A new Run object is needed whenever the text style changes.