ActiveDocument.Styles("标题 1").NameLocal = "MyH1"
本示例将名为“Test”的样式重新命名为“Intro”。
ActiveDocument.Styles("Test").NameLocal = "Intro"