ListStyle 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 whether a paragraph is part of a list, and identifies the numbering type.
public enum class ListStyle
public enum ListStyle
type ListStyle =
Public Enum ListStyle
- Inheritance
-
ListStyle
Fields
Name | Value | Description |
---|---|---|
None | 0 | The paragraph has no list formatting. |
Numbered | 1 | The paragraph is part of a numbered list. |
Bulleted | 2 | The paragraph is part of a bulleted list. |