WdListGalleryType Enumeration 

Specifies the type of list from a list template gallery.

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

Usage

Dim wdListGalleryType1 As WdListGalleryType = WdListGalleryType.wdBulletGallery

Syntax

Public Enum WdListGalleryType
public enum WdListGalleryType
public enum class WdListGalleryType
public enum WdListGalleryType
public enum WdListGalleryType

Members

Member name Description
wdBulletGallery Bulleted list.
wdNumberGallery Numbered list.
wdOutlineNumberGallery Outline numbered list.

Remarks

Each of the constants in the wdListGalleryType enumeration represents a tab in the Bullets and Numbering dialog box.

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