ListGalleries Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of ListGallery objects that represent the three tabs in the Bullets and Numbering dialog box.
public interface class ListGalleries : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00020995-0000-0000-C000-000000000046")]
public interface ListGalleries : System.Collections.IEnumerable
type ListGalleries = interface
interface IEnumerable
Public Interface ListGalleries
Implements IEnumerable
- Attributes
- Implements
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[Int32] property with 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. |
Count |
Returns the number of items in the specified collection. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
Item[WdListGalleryType] |
Returns the type of list (bulleted, numbered, or outline) from the list template gallery. |
Parent |
Returns an object that represents the parent object of the specified object. |
Methods
GetEnumerator() |