ListFormat.CanContinuePreviousList(ListTemplate) Method

Definition

Returns a WdContinue constant (wdContinueDisabled, wdResetList, or wdContinueList) that indicates whether the formatting from the previous list can be continued.

public:
 Microsoft::Office::Interop::Word::WdContinue CanContinuePreviousList(Microsoft::Office::Interop::Word::ListTemplate ^ ListTemplate);
public Microsoft.Office.Interop.Word.WdContinue CanContinuePreviousList (Microsoft.Office.Interop.Word.ListTemplate ListTemplate);
abstract member CanContinuePreviousList : Microsoft.Office.Interop.Word.ListTemplate -> Microsoft.Office.Interop.Word.WdContinue
Public Function CanContinuePreviousList (ListTemplate As ListTemplate) As WdContinue

Parameters

ListTemplate
ListTemplate

Required ListTemplate object. A list template that's been applied to previous paragraphs in the document.

Returns

Remarks

This method returns the state of the Continue previous list and Restart numbering options in the Bullets and Numbering dialog box for a specified list format. To change the settings of these options, set the ContinuePreviousList argument of the ApplyListTemplate(ListTemplate, Object, Object, Object) method.

Applies to