WdContinue Enum

Definition

Specifies whether the formatting from the previous list can be continued.

public enum class WdContinue
[System.Runtime.InteropServices.Guid("737849E0-892D-320B-A3FD-9121557D4C3C")]
public enum WdContinue
type WdContinue = 
Public Enum WdContinue
Inheritance
WdContinue
Attributes

Fields

wdContinueDisabled 0

Formatting cannot continue from the previous list.

wdContinueList 2

Formatting can continue from the previous list.

wdResetList 1

Numbering can be restarted.

Remarks

Used with the CanContinuePreviousList property of the List and ListFormat objects. The values map to the state of the Continue Previous List and Restart Numbering options in the Bullets and Numbering dialog box for a specified list format.

Applies to