WdListType Enumeration 

Specifies a type of list.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdListType1 As WdListType = WdListType.wdListBullet

Syntax

Public Enum WdListType
public enum WdListType
public enum class WdListType
public enum WdListType
public enum WdListType

Members

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

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace