WdListLevelAlignment Enum
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 alignment of a list level.
public enum class WdListLevelAlignment
C#
[System.Runtime.InteropServices.Guid("73849DC1-4ECB-31BD-824C-BBDAB04CF830")]
public enum WdListLevelAlignment
type WdListLevelAlignment =
Public Enum WdListLevelAlignment
- Inheritance
-
WdListLevelAlignment
- Attributes
Name | Value | Description |
---|---|---|
wdListLevelAlignLeft | 0 | Left aligned. |
wdListLevelAlignCenter | 1 | Center aligned. |
wdListLevelAlignRight | 2 | Right aligned. |
Product | Versions |
---|---|
Word primary interop assembly | Latest |