Skip to content

Commit 1c8363f

Browse files
committed
WF-55990-Modified changes
1 parent 56c0122 commit 1c8363f

File tree

6 files changed

+23
-9
lines changed

6 files changed

+23
-9
lines changed

java-file-formats-toc.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<ul class="treeview">
33
<li>
44
<a href="/java-file-formats/introduction">Introduction</a>
@@ -30,6 +30,20 @@
3030
<li>
3131
<a href="/java-file-formats/word-library/working-with-sections">Working with Sections</a>
3232
</li>
33+
<li>
34+
<a href="/java-file-formats/word-library/working-with-mail-merge">Working with Mail Merge</a>
35+
<ul>
36+
<li><a href="/java-file-formats/word-library/mail-merge/simple-mail-merge">Simple Mail merge</a></li>
37+
<li><a href="/java-file-formats/word-library/mail-merge/mail-merge-for-group">Mail merge for group</a></li>
38+
<li><a href="/java-file-formats/word-library/mail-merge/mail-merge-for-nested-groups">Mail merge for nested groups</a></li>
39+
</ul>
40+
</li>
41+
<li>
42+
<a href="/java-file-formats/word-library/applying-watermark">Working with Watermark</a>
43+
</li>
44+
<li>
45+
<a href="/java-file-formats/word-library/working-with-comments">Working with Comments</a>
46+
</li>
3347
</ul>
3448
</li>
3549
</ul>
-139 KB
Loading
-114 KB
Loading

java-file-formats/word-library/applying-watermark.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
---
1+
---
22
title: Applying Watermark | Syncfusion
3-
description: This section illustrates how to insert text or pictures watermark to the Word document
3+
description: This section illustrates how to insert text or pictures watermark to the Word document using Syncfusion Word library (Essential DocIO)
44
platform: java-file-formats
55
control: Word Library
66
documentation: UG
77
---
88

9-
# Applying Watermark
9+
# Working with Watermark
1010

11-
Watermarks are text or pictures that appear behind the docment text. You can access the watermark in the document by using the `Watermark` property of `WordDocument` class.
11+
Watermarks are text or pictures that appear behind the document text. You can access the watermark in the document by using the `Watermark` property of `WordDocument` class.
1212

1313
There are two types of watermarks: Text and Picture.
1414

java-file-formats/word-library/mail-merge/simple-mail-merge.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
---
1+
---
22
title: Simple Mail merge | Syncfusion
33
description: This section illustrates how to Mail merge - replace all merge fields in a document with data, by repeating whole document for each record in data source.
44
platform: java-file-formats
55
control: Word Library
66
documentation: UG
77
---
88

9-
# Simple Mail merge
9+
# Perform simple Mail merge
1010

1111
You can create a Word document template using Microsoft Word application or by adding merge fields in the Word document programmatically. For further information, click [here](https://help.syncfusion.com/java-file-formats/word-library/working-with-mail-merge#create-word-document-template).
1212

java-file-formats/word-library/working-with-comments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
---
1+
---
22
title: Working with Comments | Syncfusion
3-
description: This section illustrates how to add, modify and remove the comments
3+
description: This section illustrates how to add, modify and remove the comments using Syncfusion Word library (Essential DocIO)
44
platform: java-file-formats
55
control: Word Library
66
documentation: UG

0 commit comments

Comments
 (0)