ListFormat Members

Include Protected Members
Include Inherited Members

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

The ListFormat type exposes the following members.

Methods

  Name Description
Public method ApplyBulletDefault Adds bullets and formatting to the paragraphs in the range for the specified ListFormat object. If the paragraphs are already formatted with bullets, this method removes the bullets and formatting.
Public method ApplyBulletDefaultOld Reserved for internal use.
Public method ApplyListTemplate Applies a set of list-formatting characteristics to the specified ListFormat object.
Public method ApplyListTemplateOld Reserved for internal use.
Public method ApplyListTemplateWithLevel Applies a set of list-formatting characteristics, optionally for a specified level.
Public method ApplyNumberDefault Adds the default numbering scheme to the paragraphs in the range for the specified ListFormat object. If the paragraphs are already formatted as a numbered list, this method removes the numbers and formatting.
Public method ApplyNumberDefaultOld Reserved for internal use.
Public method ApplyOutlineNumberDefault Adds the default outline-numbering scheme to the paragraphs in the range for the specified ListFormat object. If the paragraphs are already formatted as an outline-numbered list, this method removes the numbers and formatting.
Public method ApplyOutlineNumberDefaultOld Reserved for internal use.
Public method CanContinuePreviousList Returns a WdContinue constant (wdContinueDisabled, wdResetList, or wdContinueList) that indicates whether the formatting from the previous list can be continued.
Public method ConvertNumbersToText Changes the list numbers and LISTNUM fields in the specified ListFormat object to text.
Public method CountNumberedItems Returns the number of bulleted or numbered items and LISTNUM fields in the specified ListFormat object.
Public method ListIndent Increases the list level of the paragraphs in the range for the specified ListFormat object, in increments of one level.
Public method ListOutdent Decreases the list level of the paragraphs in the range for the specified ListFormat object, in increments of one level.
Public method RemoveNumbers Removes numbers or bullets from the specified ListFormat object.

Top

Properties

  Name Description
Public property Application Returns a Application object that represents the Microsoft Word application.
Public property Creator Returns a 32-bit integer that indicates the application in which the specified object was created.
Public property List Returns a List object that represents the first formatted list contained in the specified ListFormat object.
Public property ListLevelNumber Returns or sets the list level for the first paragraph in the specified ListFormat object.
Public property ListPictureBullet Returns the InlineShape object that represents the picture used as a bullet in a picture bullet list.
Public property 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 alphabetic list would return B.
Public property ListTemplate Returns a ListTemplate object that represents the list formatting for the specified ListFormat object.
Public property ListType Returns the type of lists that are contained in the range for the specified ListFormat object.
Public property ListValue Returns the numeric value of the first paragraph in the range for the specified ListFormat object. For example, the ListValue property applied to the second paragraph in an alphabetic list would return 2.
Public property Parent Returns an object that represents the parent object of the specified object.
Public property SingleList True if the specified ListFormat object contains only one list.
Public property SingleListTemplate True if the entire ListFormat object uses the same list template.

Top

See Also

Reference

ListFormat Interface

Microsoft.Office.Interop.Word Namespace