List Members

Include Protected Members
Include Inherited Members

Represents a single list format that's been applied to specified paragraphs in a document.

The List type exposes the following members.

Methods

  Name Description
Public method ApplyListTemplate Applies a set of list-formatting characteristics to the specified list.
Public method ApplyListTemplateOld Reserved for internal use.
Public method ApplyListTemplateWithLevel Applies a set of list-formatting characteristics, optionally for a specified level.
Public method CanContinuePreviousList Returns a WdContinue constant (wdContinueDisabled, wdResetList, or wdContinueList) that indicates whether the formatting from the previous list can be continued.
Public method ConvertNumbersToText Changes the list numbers and LISTNUM fields in the specified list to text.
Public method CountNumberedItems Returns the number of bulleted or numbered items and LISTNUM fields in the specified list.
Public method RemoveNumbers Removes numbers or bullets from the specified list.

Top

Properties

  Name Description
Public property Application Returns a Application object that represents the Microsoft Word application.
Public property Creator Returns a 32-bit integer that indicates the application in which the specified object was created.
Public property ListParagraphs Returns a ListParagraphs collection that represents all the numbered paragraphs in the list.
Public property Parent Returns an object that represents the parent object of the specified object.
Public property Range Returns a Range object that represents the portion of a document that's contained in the specified object.
Public property SingleListTemplate True if the entire list object uses the same list template.
Public property StyleName Returns the name of the style applied to the specified AutoText entry.

Top

See Also

Reference

List Interface

Microsoft.Office.Interop.Word Namespace