ListFormat Object Members

Word Developer Reference

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

Methods

  Name Description
Bb243521.methods(en-us,office.12).gif ApplyBulletDefault Adds bullets and formatting to the paragraphs in the range for the specified ListFormat object.
Bb243521.methods(en-us,office.12).gif ApplyListTemplate Applies a set of list-formatting characteristics to the specified ListFormat object
Bb243521.methods(en-us,office.12).gif ApplyNumberDefault Adds the default numbering scheme to the paragraphs in the range for the specified ListFormat object.
Bb243521.methods(en-us,office.12).gif ApplyOutlineNumberDefault Adds the default outline-numbering scheme to the paragraphs in the range for the specified ListFormat object.
Bb243521.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.
Bb243521.methods(en-us,office.12).gif ConvertNumbersToText Changes the list numbers and LISTNUM fields in the specified ListFormat object to text.
Bb243521.methods(en-us,office.12).gif CountNumberedItems Returns the number of bulleted or numbered items and LISTNUM fields in the specified ListFormat object.
Bb243521.methods(en-us,office.12).gif ListIndent Increases the list level of the paragraphs in the range for the specified ListFormat object, in increments of one level.
Bb243521.methods(en-us,office.12).gif ListOutdent Decreases the list level of the paragraphs in the range for the specified ListFormat object, in increments of one level.
Bb243521.methods(en-us,office.12).gif RemoveNumbers Removes numbers or bullets from the specified list.

Properties

  Name Description
Bb243521.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb243521.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.
Bb243521.properties(en-us,office.12).gif List Returns a List object that represents the first formatted list contained in the specified ListFormat object.
Bb243521.properties(en-us,office.12).gif ListLevelNumber Returns or sets the list level for the first paragraph in the specified ListFormat object. Read/write Long.
Bb243521.properties(en-us,office.12).gif ListPictureBullet Returns the InlineShape object that represents the picture used as a bullet in a picture bulleted list.
Bb243521.properties(en-us,office.12).gif 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.
Bb243521.properties(en-us,office.12).gif ListTemplate Returns a ListTemplate object that represents the list formatting for the specified ListFormat object.
Bb243521.properties(en-us,office.12).gif ListType Returns the type of lists that are contained in the range for the specified ListFormat object. Read-only WdListType.
Bb243521.properties(en-us,office.12).gif ListValue Returns the numeric value of the first paragraph in the range for the specified ListFormat object. Read-only Long.
Bb243521.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified ListFormat object.
Bb243521.properties(en-us,office.12).gif SingleList True if the specified ListFormat object contains only one list. Read-only Boolean.
Bb243521.properties(en-us,office.12).gif SingleListTemplate True if the entire ListFormat object uses the same list template. Read-only Boolean.