Aspose.Words is a class library, which allows working with MS Word documents. Aspose.Words does not provide any user interface for viewing or editing documents. So there are not mouse or keyboard events.
Thanks for your answer but I don’t really understand ASPOSE products working.
By “Aspose.Words does not provide any user interface for viewing or editing documents” I suppose you mean that document building is made by ASPOSE and ASPOSE just call MS WORD viewing and editing utilities to display document, isn’t it ?
So I just want to know if I can integrate WORD document display in my own application window.
Thanks for your inquiry. As Alexey mentioned, Aspose.Words is a class library for processing Word documents programmatically. With Aspose.Words you can programmatically generate, modify, convert, render and print documents without utilizing MS Word. Please see the following link to learn more: https://docs.aspose.com/words/net/product-overview/
Regarding viewer, it is possible to create Document preview, for example by converting your document to image or XPS format.
Best regards,
I still not understand.
In one side you say “Aspose.Words does not provide any user interface for viewing or editing documents”, in other side you say “With Aspose.Words you can programmatically generate, modify, convert, render and print documents”. So how can you see the result of document programming and modify it (writing directly into document) ?
Hi Alexandre,
Thanks for your inquiry.
Just for clarification, Aspose.Words works with documents programmatically and can modify, edit, and insert content through code. There is no graphical user interface which allows a user to edit a document as if they are working in MS Word.
Thanks,