Represents the list formatting attributes that can be applied to the paragraphs in a range.

Methods

Name Description
ApplyBulletDefault Adds bullets and formatting to the paragraphs in the range for the specified ListFormat object.
ApplyListTemplate Applies a set of list-formatting characteristics to the specified ListFormat object
ApplyNumberDefault Adds the default numbering scheme to the paragraphs in the range for the specified ListFormat object.
ApplyOutlineNumberDefault Adds the default outline-numbering scheme to the paragraphs in the range for 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 ListFormat object to text.
CountNumberedItems Returns the number of bulleted or numbered items and LISTNUM fields in the specified ListFormat object.
ListIndent Increases the list level of the paragraphs in the range for the specified ListFormat object, in increments of one level.
ListOutdent Decreases the list level of the paragraphs in the range for the specified ListFormat object, in increments of one level.
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.
List Returns a List object that represents the first formatted list contained in the specified ListFormat object.
ListLevelNumber Returns or sets the list level for the first paragraph in the specified ListFormat object. Read/write Long.
ListPictureBullet Returns the InlineShape object that represents the picture used as a bullet in a picture bulleted list.
ListString Returns a String that represents the appearance of the list value of the first paragraph in the range for the specified ListFormat object. For example, the second paragraph in an alphabetical list would return B. Read-only.
ListTemplate Returns a ListTemplate object that represents the list formatting for the specified ListFormat object.
ListType Returns the type of lists that are contained in the range for the specified ListFormat object. Read-only WdListType.
ListValue Returns the numeric value of the first paragraph in the range for the specified ListFormat object. Read-only Long.
Parent Returns an Object that represents the parent object of the specified ListFormat object.
SingleList True if the specified ListFormat object contains only one list. Read-only Boolean.
SingleListTemplate True if the entire ListFormat object uses the same list template. Read-only Boolean.