WdContinue Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
wdContinueDisabled | 0 | Formatting cannot continue from the previous list. |
wdResetList | 1 | Numbering can be restarted. |
wdContinueList | 2 | 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.