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 | |
---|---|---|
ApplyListTemplate | Applies a set of list-formatting characteristics to the specified list. | |
ApplyListTemplateOld | Reserved for internal use. | |
ApplyListTemplateWithLevel | Applies a set of list-formatting characteristics, optionally for a specified level. | |
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 to text. | |
CountNumberedItems | Returns the number of bulleted or numbered items and LISTNUM fields in the specified list. | |
RemoveNumbers | Removes numbers or bullets from the specified list. |
Top
Properties
Name | Description | |
---|---|---|
Application | Returns a 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. | |
ListParagraphs | Returns a ListParagraphs collection that represents all the numbered paragraphs in the list. | |
Parent | Returns an object that represents the parent object of the specified object. | |
Range | Returns a Range object that represents the portion of a document that's contained in the specified object. | |
SingleListTemplate | True if the entire list object uses the same list template. | |
StyleName | Returns the name of the style applied to the specified AutoText entry. |
Top