Word / Instructions |
To create the repeating tables using the Word AgileShape, do the following.
For information about creating a Word template, see the online help for Microsoft Word regarding Word templates, Mail Merge fields, and bookmark fields.
Replace [node name] with the name of your repeating node. The start and end tags must indicate the same node name. For example, TableStart:Employee and TableEnd:Employee.
Example:
Name | Department | Title |
---|---|---|
<<TableStart:Employee>> |
Replace [node name] with the name of your repeating node. The start and end tags must indicate the same node name. For example, TableStart:Employee and TableEnd:Employee.
Example:
Name | Department | Title |
---|---|---|
<<TableStart:Employee>> |
<<TableEnd:Employee>> |
Example:
Name | Department | Title |
---|---|---|
<<TableStart:Employee>> <<FullName>> |
<<EmployeeDepartment>> |
<<EmployeeTitle>> <<TableEnd:Employee>> |