标题中的Python自动编号文本[docx文件]

时间:2018-03-09 13:01:03

标签: python python-3.x docx python-docx

我正试图找到一种方法将标题的自动编号转换为文本

在MS Word的VBA中,它只是:

Sub Test()
ActiveDocument.Range.ListFormat.ConvertNumbersToText
End Sub

但是Python 3.x怎么样?

1 个答案:

答案 0 :(得分:1)

Python-docx具有styles属性。文档和使用示例:http://python-docx.readthedocs.io/en/latest/user/styles-using.html