Skip to content

SEO-172101-Links-With-Redirects-Mail-Merge #112

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: hotfix/hotfix-v21.2.3
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Updated
  • Loading branch information
berylouma committed Jun 12, 2023
commit a56582e2d18efb5a460674b376aa3580a9311b67
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The region where the Mail merge operations are to be performed must be marked by

For example, consider that you have a template document as shown.

![Java File Formats Word Library Mail merge for a group Template](../mailmerge_images/java-file-formats-word-library-mail-merge-template.png)
![Java Word Library Mail merge for a group Template](../mailmerge_images/java-word-library-mail-merge-template.png)

In this template, Employees is the group name and the same name should be used while performing Mail merge through code. There are two special merge fields “TableStart:Employees” and “TableEnd:Employees” to denote the start and end of the Mail merge group.

Expand Down Expand Up @@ -217,4 +217,4 @@ public class Employee

The resultant document looks as follows.

![Java File Formats Word Library Group resultant document](../mailmerge_images/java-file-formats-word-library-mail-merge-output.png)
![Java Word Library Group resultant document](../mailmerge_images/java-word-library-mail-merge-output.png)