Expand Minimize
This topic has not yet been rated - Rate this topic

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)
public enum WdContinue
Member nameDescription
wdContinueDisabledFormatting cannot continue from the previous list.
wdResetListNumbering can be restarted.
wdContinueListFormatting can continue from the previous list.

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.