Click or drag to resize
TemplateDefineDataTag Method
Defines the DataTag. User can only add the valid DataTag defined by DefineDataTag method to Word document manually.

Namespace: Aceoffix.WordWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public void DefineDataTag(
	string Name
)

Parameters

Name
Type: SystemString
The name of the DataTag. It cannot contain any special character like ";:.,".
See Also