diff --git a/java-file-formats/word-library/mail-merge/mail-merge-for-group.md b/java-file-formats/word-library/mail-merge/mail-merge-for-group.md index ee9b2cd..19ecb18 100644 --- a/java-file-formats/word-library/mail-merge/mail-merge-for-group.md +++ b/java-file-formats/word-library/mail-merge/mail-merge-for-group.md @@ -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. -![Mail merge for a group](../MailMerge_images/Group_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. @@ -217,4 +217,4 @@ public class Employee The resultant document looks as follows. -![Group resultant document](../MailMerge_images/Group_mail_merge_output.png) +![Java Word Library Group resultant document](../mailmerge_images/java-word-library-mail-merge-output.png) diff --git a/java-file-formats/word-library/mail-merge/mail-merge-for-nested-groups.md b/java-file-formats/word-library/mail-merge/mail-merge-for-nested-groups.md index d3b7901..ab3a90b 100644 --- a/java-file-formats/word-library/mail-merge/mail-merge-for-nested-groups.md +++ b/java-file-formats/word-library/mail-merge/mail-merge-for-nested-groups.md @@ -24,7 +24,7 @@ For example: For example, consider that you have a template document as follow. -![Word document template to map the fields of ancestor group](../MailMerge_images/Mail_merge_with_implicit_relation_template.png) +![Word document template to map the fields of ancestor group](../MailMerge_images/java-file-formats-word-library-mail-merge-ancestor-group-template.png) In the above template, Organizations is the owner group and it has two child groups Departments and Employees. The Supervisor merge field of Departments group is used in Employees group. @@ -235,4 +235,4 @@ public class EmployeeDetails By executing the above code example, it generates the resultant Word document as follows. -![Output Word document of mapping field of ancestor group](../MailMerge_images/Mail_merge_with_implicit_relation_output.png) \ No newline at end of file +![Output Word document of mapping field of ancestor group](../MailMerge_images/java-file-formats-word-library-mail-merge-ancestor-group-output.png) \ No newline at end of file diff --git a/java-file-formats/word-library/mail-merge/mail-merge-options.md b/java-file-formats/word-library/mail-merge/mail-merge-options.md index 85d4a53..e5e586b 100644 --- a/java-file-formats/word-library/mail-merge/mail-merge-options.md +++ b/java-file-formats/word-library/mail-merge/mail-merge-options.md @@ -572,7 +572,7 @@ To **restore a Word mail merge main document to a normal Word document** using M For example, consider that you have a template Word document linked with the data source for mail merge process. When opening the document using Microsoft Word application, it prompts a window as shown. You can remove the mail merge settings (unlink the data source) to open it as a normal Word document without this pop-up. -![Prompt window in Microsoft Word application](../MailMerge_images/RemoveMailMergeSettings.png) +![Prompt window in Microsoft Word application](../MailMerge_images/java-file-formats-word-library-mail-merge-settings.png) The following code example shows how to remove the mail merge settings from the Word document. diff --git a/java-file-formats/word-library/mail-merge/simple-mail-merge.md b/java-file-formats/word-library/mail-merge/simple-mail-merge.md index b734afd..d50c7bf 100644 --- a/java-file-formats/word-library/mail-merge/simple-mail-merge.md +++ b/java-file-formats/word-library/mail-merge/simple-mail-merge.md @@ -45,7 +45,7 @@ document.close(); The generated template document looks as follows. -![Word document template](../MailMerge_images/Simple_mail_merge_template.png) +![Word document template Java File Formats Word Library Mail merge](../MailMerge_images/java-file-formats-word-library-mail-merge-simple-template.png) ### Execute mail merge @@ -70,4 +70,4 @@ document.close(); The resultant document looks as follows. -![Mail merged Word document](../MailMerge_images/Simple_mail_merge_output.png) +![Mail merged Word document in Java File Formats Word Library](../MailMerge_images/java-file-formats-word-library-mail-merge-simple-output.png) diff --git a/java-file-formats/word-library/MailMerge_images/Mail_merge_with_implicit_relation_output.png b/java-file-formats/word-library/mailmerge_images/java-word-library-mail-merge-ancestor-group-output.png similarity index 100% rename from java-file-formats/word-library/MailMerge_images/Mail_merge_with_implicit_relation_output.png rename to java-file-formats/word-library/mailmerge_images/java-word-library-mail-merge-ancestor-group-output.png diff --git a/java-file-formats/word-library/MailMerge_images/Mail_merge_with_implicit_relation_template.png b/java-file-formats/word-library/mailmerge_images/java-word-library-mail-merge-ancestor-group-template.png similarity index 100% rename from java-file-formats/word-library/MailMerge_images/Mail_merge_with_implicit_relation_template.png rename to java-file-formats/word-library/mailmerge_images/java-word-library-mail-merge-ancestor-group-template.png diff --git a/java-file-formats/word-library/MailMerge_images/Group_mail_merge_output.png b/java-file-formats/word-library/mailmerge_images/java-word-library-mail-merge-output.png similarity index 100% rename from java-file-formats/word-library/MailMerge_images/Group_mail_merge_output.png rename to java-file-formats/word-library/mailmerge_images/java-word-library-mail-merge-output.png diff --git a/java-file-formats/word-library/MailMerge_images/RemoveMailMergeSettings.png b/java-file-formats/word-library/mailmerge_images/java-word-library-mail-merge-settings.png similarity index 100% rename from java-file-formats/word-library/MailMerge_images/RemoveMailMergeSettings.png rename to java-file-formats/word-library/mailmerge_images/java-word-library-mail-merge-settings.png diff --git a/java-file-formats/word-library/MailMerge_images/Simple_mail_merge_output.png b/java-file-formats/word-library/mailmerge_images/java-word-library-mail-merge-simple-output.png similarity index 100% rename from java-file-formats/word-library/MailMerge_images/Simple_mail_merge_output.png rename to java-file-formats/word-library/mailmerge_images/java-word-library-mail-merge-simple-output.png diff --git a/java-file-formats/word-library/MailMerge_images/Simple_mail_merge_template.png b/java-file-formats/word-library/mailmerge_images/java-word-library-mail-merge-simple-template.png similarity index 100% rename from java-file-formats/word-library/MailMerge_images/Simple_mail_merge_template.png rename to java-file-formats/word-library/mailmerge_images/java-word-library-mail-merge-simple-template.png