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 | |
---|---|---|
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. | |
ApplyBulletDefaultOld | Reserved for internal use. | |
ApplyListTemplate | Applies a set of list-formatting characteristics to the specified ListFormat object. | |
ApplyListTemplateOld | Reserved for internal use. | |
ApplyListTemplateWithLevel | Applies a set of list-formatting characteristics, optionally for a specified level. | |
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. | |
ApplyNumberDefaultOld | Reserved for internal use. | |
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. | |
ApplyOutlineNumberDefaultOld | Reserved for internal use. | |
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 ListFormat object. |
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. | |
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. | |
ListPictureBullet | Returns the InlineShape object that represents the picture used as a bullet in a picture bullet 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 alphabetic list would return B. | |
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. | |
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. | |
Parent | Returns an object that represents the parent object of the specified object. | |
SingleList | True if the specified ListFormat object contains only one list. | |
SingleListTemplate | True if the entire ListFormat object uses the same list template. |
Top