office365 - Getting current sentence using Office Javascript API -


using office javascript api, want able select current sentence in word. current sentence, mean identifying caret position is, iterating position full sentence.

however, looking @ available api calls (such getselecteddata), not seem possible, there doesn't seem way current caret position.

i know when creating c# project, use 'microsoft.office.interop.word.range' , 'selection.range' range, use caret position.

am wrong or can not caret position using javascript api?


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -