WdOutlineLevel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the outline level to apply to a paragraph.
public enum class WdOutlineLevel
[System.Runtime.InteropServices.Guid("0621016A-022C-3A7E-B017-F4589F97BA4E")]
public enum WdOutlineLevel
type WdOutlineLevel =
Public Enum WdOutlineLevel
- Inheritance
-
WdOutlineLevel
- Attributes
Fields
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. |