ListFormat Properties

Include Protected Members
Include Inherited Members

The ListFormat type exposes the following members.

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