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 | |
---|---|---|
ApplyListTemplate | Applies a set of list-formatting characteristics to the specified ListFormat object | |
CanContinuePreviousList | Returns a WdContinue constant (wdContinueDisabled, wdResetList, or wdContinueList) that indicates whether the formatting from the previous list can be continued. | |
ConvertNumbersToText | Changes the list numbers and LISTNUM fields in the specified List object. | |
CountNumberedItems | Returns the number of bulleted or numbered items and LISTNUM fields in the specified List object. | |
RemoveNumbers | Removes numbers or bullets from the specified list. |
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the Microsoft Word application. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long. | |
ListParagraphs | Returns a ListParagraphs collection that represents all the numbered paragraphs in the list, document, or range. Read-only. | |
Parent | Returns an Object that represents the parent object of the specified List object. | |
Range | Returns a Range object that represents the portion of a document that is contained in the specified object. | |
SingleListTemplate | True if the entire list uses the same list template. Read-only Boolean. | |
StyleName | Returns the name of the style applied to the specified AutoText entry. Read-only String. |