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