我正试图找到一种方法将标题的自动编号转换为文本
在MS Word的VBA中,它只是:
Sub Test()
ActiveDocument.Range.ListFormat.ConvertNumbersToText
End Sub
但是Python 3.x怎么样?
答案 0 :(得分:1)
Python-docx具有styles
属性。文档和使用示例:http://python-docx.readthedocs.io/en/latest/user/styles-using.html