Compare word files options

I am trying to compare two word files using Aspose Word.

In MS Word, we have an option to compare words at character level, ignore casing, etc. Sample vba code for comparing two word files is:

Application.CompareDocuments OriginalDocument:=Documents("123456_origi.doc"), _
    RevisedDocument:=Documents("123456_revi.doc"), Destination:= _
    wdCompareDestinationNew, Granularity:=wdGranularityCharLevel, _
    CompareFormatting:=False, CompareCaseChanges:=True, CompareWhitespace:= _
    True, CompareTables:=True, CompareHeaders:=True, CompareFootnotes:=True, _
    CompareTextboxes:=True, CompareFields:=True, CompareComments:=False, _
    CompareMoves:=False, RevisedAuthor:="author", _
    IgnoreAllComparisonWarnings:=False

Do we have similar options in Aspose?

@Sri79,

Thanks for your inquiry. We have logged your requirement in our issue tracking system. The ID of your issue is WORDSNET-16806. We will further look into the details of this problem and will keep you updated on the status of this issue. We apologize for any inconvenience.

The issues you have found earlier (filed as WORDSNET-16806) have been fixed in this Aspose.Words for .NET 18.7 update and this Aspose.Words for Java 18.7 update.