共用方式為


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

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.

Applies to