Level of automation objects supported in ASPose.Word

I am evaluating the use of ASPose.Word for one of our applications and am wondering how much of the Automation Object Model (in Word) is supported? We have written a server-side document parser that uses the Word automation library (using fields, ranges, clipboard, etc.).

It would be great to know how much of this is supported in ASPose.Word as I am concerned at the level of effort needed to get our app parsing Word documents with ASPose.Word.

Thanks

Thank you for your interest in Aspose.Word.

This article might be helpful https://docs.aspose.com/words/net/release-notes/

Basically you will not be able to directly port your existing application from Word Automation to Aspose.Word, but you should be able to do most of the things that are possible with Automation because Aspose.Word allows detailed access to most of the document elements and their properties.