TemplateDocument Class |
Docentric Toolkit Help
Send Feedback |
This class is used for converting normal Word documents into templates and vice versa, and manipulating metadata of a template.
System.Object
Docentric.Documents.Reporting.TemplateManagement.TemplateDocument
Assembly: Docentric.Documents.Reporting (in Docentric.Documents.Reporting.dll)
The TemplateDocument type exposes the following members.
Name | Description | |
---|---|---|
IsTemplate | Indicates whether this document is a template. | |
Metadata | Gets the TemplateMetadata object of this template. |
Name | Description | |
---|---|---|
Close | Flushes any changes, saves and closes the template document. | |
Dispose | Flushes any changes, saves and closes the template document. | |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MakeTemplate | Turns this document into a template by adding it metadata. | |
Open | Opens an ordinary Word document or a template Word document. | |
ToString | Returns a String that represents the current Object. (Inherited from Object) |