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)

Syntax

'Declaration
<GuidAttribute("00020995-0000-0000-C000-000000000046")> _
Public Interface ListGalleries _
    Inherits IEnumerable
'Usage
Dim instance As ListGalleries
[GuidAttribute("00020995-0000-0000-C000-000000000046")]
public interface ListGalleries : 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.

See Also

Reference

ListGalleries Members

Microsoft.Office.Interop.Word Namespace