Skip to content

Commit 0fbdb8a

Browse files
Merge pull request #349 from syncfusion-content/Address-Feedback
Address the feedback in DocIO UG
2 parents 1c593dc + 2729d7e commit 0fbdb8a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ document.close();
426426

427427
{% endtabs %}
428428

429-
### Get list value
429+
## Get list value
430430

431431
You can get the string that represents the appearance of **list value of the paragraph** in the Word document using the `ListString` API.
432432

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ You can add an editable range to a Word document using the **appendEditableRange
104104

105105
The following code example illustrates how to add an editable range in the Word document.
106106

107-
N> 1. DocIO supports editable ranges in DOCX format documents only.
107+
N> DocIO supports editable ranges in DOCX format documents only.
108108

109109
{% tabs %}
110110

@@ -344,4 +344,4 @@ document.close();
344344
{% endtabs %}
345345

346346
N> 1. Editable ranges are supported only in DOCX format.
347-
N> 2. The **SingleUser** and **EditorGroup** properties cannot be set simultaneously for the same editable range. Setting one will clear the other.
347+
N> 2. The **SingleUser** and **EditorGroup** properties cannot be set simultaneously for the same editable range. Setting one will clear the other.

0 commit comments

Comments
 (0)