Skip to content

DOCINFRA-2341_merged_using_automation #350

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

Merged
merged 3 commits into from
Jun 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion java-file-formats/word-library/working-with-lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ document.close();

{% endtabs %}

### Get list value
## Get list value

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

Expand Down
4 changes: 2 additions & 2 deletions java-file-formats/word-library/working-with-security.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ You can add an editable range to a Word document using the **appendEditableRange

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

N> 1. DocIO supports editable ranges in DOCX format documents only.
N> DocIO supports editable ranges in DOCX format documents only.

{% tabs %}

Expand Down Expand Up @@ -344,4 +344,4 @@ document.close();
{% endtabs %}

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