Templates 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 Template objects that represent all the templates that are currently available.
public interface class Templates : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000209A2-0000-0000-C000-000000000046")]
public interface Templates : System.Collections.IEnumerable
type Templates = interface
interface IEnumerable
Public Interface Templates
Implements IEnumerable
- Attributes
- Implements
Remarks
This collection includes open templates, templates attached to open documents, and global templates loaded in the Templates and Add-ins dialog box (Tools menu).
Use the Templates property to return the Templates collection.
The Add method isn't available for the Templates collection. Instead, you can add a template to the Templates collection by doing any of the following:
Use Templates(index
), where index
is the template name or the index number, to return a single Template object The index number represents the position of the template in the Templates collection.
Use the NormalTemplate property to return a template object that refers to the Normal template. Use the AttachedTemplate property to return the template attached to the specified document.
Use the DefaultFilePath[WdDefaultFilePath] property to determine the location of user or workgroup templates (that is, the folder where you want to store these templates).
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[Object] |
Returns an individual object in a collection. |
Parent |
Returns an object that represents the parent object of the specified object. |
Methods
GetEnumerator() | |
LoadBuildingBlocks() |
Loads the building blocks for all templates into Microsoft Office Word. |