Use Case

I want to make a word-like app where:
1- The user opens a document
2- He navigates into it
3- He positions the cursor at a given location
4- He types some text from that location
5- He saves the document for future usage.

While I am willing to do the UI myself (main window, content display), is Aspose offering services for cursor management ?

Hi Maude,

Thanks for your interest in Aspose.Words for Android. I believe, you can achieve this. Please visit the following article:
https://docs.aspose.com/words/java/navigation-with-cursor/

Also, you can get the coordinates of a Node using the following classes:
https://reference.aspose.com/words/java/com.aspose.words/LayoutCollector
https://reference.aspose.com/words/java/com.aspose.words/LayoutEnumerator

Please let me know if I can be of any further assistance.

Best regards,