WYSIWYG Editor?

Hi,
I’m looking for a component that will allow me to programatically edit exitsing MS Word doc/docx documents and Words .NET looks like it would fill the bill nicely. But I also need WYSIWYG editor capabilities and I can’t tell from the product feature info and docs whether this is possible. Does Word .NET include a WYSIWYG editor?
Thanks – Steve

Hi Steve,

Thank you for your interest in Aspose.Words. You should note, Aspose.Words is a class library for working with Word documents programmatically. It does not provide any graphic user interface for editing/viewing documents.
If you edit documents using Aspose.Words, all existing document content will be untouched (of course if you do not change it).
https://docs.aspose.com/words/net/supported-document-formats/
Best regards.