WdListType Enumeration

Specifies a type of list.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdListType
'Usage
Dim instance As WdListType
public enum WdListType

Members

Member name Description
wdListNoNumbering List with no bullets, numbering, or outlining.
wdListListNumOnly ListNum fields that can be used in the body of a paragraph.
wdListBullet Bulleted list.
wdListSimpleNumbering Simple numeric list.
wdListOutlineNumbering Outlined list.
wdListMixedNumbering Mixed numeric list.
wdListPictureBullet Picture bulleted list.

See Also

Reference

Microsoft.Office.Interop.Word Namespace