https://docs.microsoft.com/en-us/previous-versions/office/developer/office-2003/aa172758(v%3doffice.11)
通过在word宏编译开发环境运行
Sub xx() MsgBox wdAlignParagraphCenter '弹出值为:1 MsgBox wdPropertyLines '弹出值为:23End Sub
可以查看相应常量的值