ListStyle Enum

Definition

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

Bulleted 2

The paragraph is part of a bulleted list.

None 0

The paragraph has no list formatting.

Numbered 1

The paragraph is part of a numbered list.

Applies to