ListGallery Interface

Definition

Represents a single gallery of list formats.

public interface class ListGallery
[System.Runtime.InteropServices.Guid("00020994-0000-0000-C000-000000000046")]
public interface ListGallery
type ListGallery = interface
Public Interface ListGallery
Attributes

Remarks

The ListGallery object is a member of the ListGalleries collection. Each ListGallery object represents one of the three tabs in the Bullets and Numbering dialog box.

Use ListGalleries(index), where index is wdBulletGallery, wdNumberGallery, or wdOutlineNumberGallery, to return a single ListGallery object.

To see whether the specified list template contains the formatting built into Microsoft Word, use the Modified[Int32] property for the ListGallery object. To reset formatting to the original list format, use the Reset(Int32) method for the ListGallery object.

Properties

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.

ListTemplates

Returns a ListTemplates collection that represents all the list formats for the specified list gallery.

Modified[Int32]

True if the specified list template is not the built-in list template for that position in the list gallery.

Parent

Returns an object that represents the parent object of the specified object.

Methods

Reset(Int32)

Resets the specified list template for the list gallery to the built-in list template format.

Applies to