File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
java-file-formats/word-library Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -426,7 +426,7 @@ document.close();
426426
427427{% endtabs %}
428428
429- ### Get list value
429+ ## Get list value
430430
431431You can get the string that represents the appearance of ** list value of the paragraph** in the Word document using the ` ListString ` API.
432432
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ You can add an editable range to a Word document using the **appendEditableRange
104104
105105The 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
346346N> 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.
You can’t perform that action at this time.
0 commit comments