How can i get the text in range from the current location of the cursor till the end of the file? I use JavaScript Word api.
-
1What code have you tried so far?Eugene Astafiev– Eugene Astafiev2022-05-01 11:37:04 +00:00Commented May 1, 2022 at 11:37
-
1As you can read in the API documentation, you have to get the Selection (the curser is an empty selection), and can then grab the text from the document retrieved.Eugene Astafiev– Eugene Astafiev2022-05-01 11:42:49 +00:00Commented May 1, 2022 at 11:42
Add a comment
|