Share via


List Object Members

Word Developer Reference

Represents a single list format that's been applied to specified paragraphs in a document. The List object is a member of the Lists collection.

Methods

  Name Description
Bb243518.methods(en-us,office.12).gif ApplyListTemplate Applies a set of list-formatting characteristics to the specified ListFormat object
Bb243518.methods(en-us,office.12).gif CanContinuePreviousList Returns a WdContinue constant (wdContinueDisabled, wdResetList, or wdContinueList) that indicates whether the formatting from the previous list can be continued.
Bb243518.methods(en-us,office.12).gif ConvertNumbersToText Changes the list numbers and LISTNUM fields in the specified List object.
Bb243518.methods(en-us,office.12).gif CountNumberedItems Returns the number of bulleted or numbered items and LISTNUM fields in the specified List object.
Bb243518.methods(en-us,office.12).gif RemoveNumbers Removes numbers or bullets from the specified list.

Properties

  Name Description
Bb243518.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb243518.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.
Bb243518.properties(en-us,office.12).gif ListParagraphs Returns a ListParagraphs collection that represents all the numbered paragraphs in the list, document, or range. Read-only.
Bb243518.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified List object.
Bb243518.properties(en-us,office.12).gif Range Returns a Range object that represents the portion of a document that is contained in the specified object.
Bb243518.properties(en-us,office.12).gif SingleListTemplate True if the entire list uses the same list template. Read-only Boolean.
Bb243518.properties(en-us,office.12).gif StyleName Returns the name of the style applied to the specified AutoText entry. Read-only String.