ListGalleries Interface 

A collection of ListGallery objects that represent the three tabs in the Bullets and Numbering dialog box.

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

Usage

Public Class istGalleriesImplementation
    Implements ListGalleries
End Class
Dim istGalleriesImplementation1 As New istGalleriesImplementation()

Syntax

Public Interface ListGalleries
    Inherits IEnumerable
public interface ListGalleries : IEnumerable
public interface class ListGalleries : public IEnumerable
public interface ListGalleries implements IEnumerable
public interface ListGalleries implements IEnumerable

Remarks

Use the ListGalleries property to return the ListGalleries collection.

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 property with the ListGallery object. To reset formatting to the original list format, use the Reset method for the ListGallery object.

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

Other Resources

ListGalleries Members