| WordTemplate Object |
Represents a WordWriter template. A
WordWriter template is a file created in Microsoft Word that contains
merge fields. |
| BookmarkFieldMarkers Method |
Returns the names of all merge fields in the specified bookmark. |
| Bookmarks Property |
Returns the names of all bookmarks in a WordWriter template. |
| ContentType Property |
Sets or returns the content-type header that will be sent to the
browser with the generated Word document. |
| CultureInfo Property |
The CultureInfo property allows you to override the server's
default locale when generating a new Word file. |
| DocumentsCreatedToday Property |
Returns the number of documents generated by WordWriter so far,
in the 24 hour period that began when the counter was last reset. |
| FieldMarkers Property |
Returns the names of all merge fields in the main document. |
| LicenseKey Property |
Returns the registered 23-character license key that enables WordWriter. |
| Open Method |
Opens a WordWriter template. |
| Process Method |
Enters data source values in a template's merge fields, and
creates an image of the output file (the new document) in memory. |
| Save Method |
Saves the generated Word file on the server or streams it to
the client. |
| SetDataSource Method |
Sets the main document data source to a one-dimensional array or an
ADO recordset. |
| SetRepeatBlock Method |
Sets the specified repeat block's data source to an ADO RecordSet
or an array. |
| Version Property |
Returns the exact version of WordWriter. |