Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Enumeration WdContinue
'Usage
Dim instance As WdContinue
public enum WdContinue
Members
| Member name | Description | |
|---|---|---|
| wdContinueDisabled | Formatting cannot continue from the previous list. | |
| wdResetList | Numbering can be restarted. | |
| wdContinueList | Formatting can continue from the previous list. |
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.