This topic has not yet been rated - Rate this topic

List.CanContinuePreviousList Method 

Returns a WdContinue constant (wdContinueDisabled, wdResetList, or wdContinueList) that indicates 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 ListTemplate As ListTemplate
Dim returnValue As WdContinue
Dim list1 As List
returnValue = list1.CanContinuePreviousList(ListTemplate)
WdContinue CanContinuePreviousList(
	[In] ListTemplate ListTemplate
);
public WdContinue CanContinuePreviousList(
	/*in*/ListTemplate ListTemplate
);
function CanContinuePreviousList(
	 ListTemplate : ListTemplate
) : WdContinue;

Parameters

ListTemplate

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

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 method.


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

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

Target Platforms

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.