Template Members (Word)
Represents a document template. The Template object is a member of the Templates collection. The Templates collection includes all the available Template objects.
Methods
Name |
Description |
---|---|
Opens the specified template as a document and returns a Document object. |
|
Saves the specified template. |
Properties
Name |
Description |
---|---|
Returns an Application object that represents the Microsoft Word application. |
|
Returns a BuildingBlockEntries collection that represents the collection of building block entries in a template. Read-only. |
|
Returns a BuildingBlockTypes collection that represents the collection of building block types that are contained in a template. Read-only. |
|
Returns a DocumentProperties collection that represents all the built-in document properties for the specified document. |
|
Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long. |
|
Returns a DocumentProperties collection that represents all the custom document properties for the specified document. |
|
Returns or sets the East Asian language to use when breaking lines of text in the specified document or template. Read/write WdFarEastLineBreakLanguageID. |
|
Returns or sets the line break control level for the specified document. Read/write WdFarEastLineBreakLevel. |
|
Specifies the name of a template, including the drive or Web path. Read-only String. |
|
Returns or sets the character spacing adjustment for the specified template. Read/write WdJustificationMode. |
|
True if Microsoft Word kerns half-width Latin characters and punctuation marks in the specified document. Read/write Boolean. |
|
Returns or sets a WdLanguageID constant that represents the language for the specified range. Read/write. |
|
Returns or sets an East Asian language for the specified object. Read/write WdLanguageID. |
|
Returns a ListTemplates collection that represents all the list formats for the specified document, template, or list gallery. Read-only. |
|
Returns the name of the specified object. Read-only String. |
|
Returns or sets the kinsoku characters after which Microsoft Word will not break a line. Read/write String. |
|
Returns or sets the kinsoku characters before which Microsoft Word will not break a line. Read/write String. |
|
True if the spelling and grammar checker ignores documents based on this template. Read/write Long. |
|
Returns an Object that represents the parent object of the specified Template object. |
|
Returns the path to the specified document template. Read-only String. |
|
True if the specified template has not changed since it was last saved. False if Microsoft Word displays a prompt to save changes when the document is closed. Read/write Boolean. |
|
Returns the template type. Read-only WdTemplateType. |
|
Returns the VBProject object for the specified template. |