Multiple heading styles using the same multilevel list style
问题 I'm trying to assign numbering to multiple heading styles in Word, so that I get content like the following: 6. <Heading 1> 6.1. <Heading 2> 6.1.1. <Heading 3> 6.2. <Heading 2> 6.2.1. <Heading 3> 6.3. <Heading 2> You can do this pretty easily in standard Word by using the second multilevel numbering style (ignoring 'None'), the one that looks like this: 1. 1.1. 1.1.1. But I'm trying to do this dynamically, by applying the second multilevel numbering style in code, and it comes out like this: