Programmer's Reference
WordWriter provides two development solutions that can be used separately or together:
- WordTemplate
Introduction to WordTemplate: Create a Document with WordTemplate
WordTemplate is the main class for template-driven document generation. This object opens an
WordWriter template file, populates it with data from a specified data source,
and generates a new Word document.
- WordApplication
Introduction to WordApplication: Create a Document with WordApplication
WordApplication is the main class for pure code-based document generation.
This class is an engine used to open, create, and write (save or stream to a browser)
documents. A single instance of WordApplication can generate multiple Word documents.

Copyright 2006 © SoftArtisans, Inc. All Rights Reserved.
|