WdContinue Enumeration 

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

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdContinue1 As WdContinue = WdContinue.wdContinueDisabled

Syntax

Public Enum WdContinue
public enum WdContinue
public enum class WdContinue
public enum WdContinue
public enum WdContinue

Members

Member name Description
wdContinueDisabled Formatting cannot continue from the previous list.
wdContinueList Formatting can continue from the previous list.
wdResetList 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace