Click or drag to resize
Template Class
Template class is used to define a Word template.
Inheritance Hierarchy
SystemObject
  Aceoffix.WordWriterTemplate

Namespace: Aceoffix.WordWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public class Template

The Template type exposes the following members.

Methods
  NameDescription
Public methodDefineDataRegion
Defines the DataRegion. User can only add the valid DataRegion defined by DefineDataRegion method to Word document manually.
Public methodDefineDataTag
Defines the DataTag. User can only add the valid DataTag defined by DefineDataTag method to Word document manually.
Top
See Also