WdOutlineLevel enumeration (Word)
Specifies the outline level to apply to a paragraph.
Name | Value | Description |
---|---|---|
wdOutlineLevel1 | 1 | Outline level 1. |
wdOutlineLevel2 | 2 | Outline level 2. |
wdOutlineLevel3 | 3 | Outline level 3. |
wdOutlineLevel4 | 4 | Outline level 4. |
wdOutlineLevel5 | 5 | Outline level 5. |
wdOutlineLevel6 | 6 | Outline level 6. |
wdOutlineLevel7 | 7 | Outline level 7. |
wdOutlineLevel8 | 8 | Outline level 8. |
wdOutlineLevel9 | 9 | Outline level 9. |
wdOutlineLevelBodyText | 10 | No outline level. |
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.