Readability Statistics Support

I want to know, using Aspose.Words, how to determine the “Readability Statistics” that appears in MS Word. It includes the following:

  1. Passive Sentences
  2. Flesch Reading ease
  3. Flesch-Kincaid Grade Level

Hi
Thank you for your interest in Aspose.Words. Unfortunately there is no way to get readability statistics using Aspose.Words. I think “readability statistics” is MS Word feature and is not stored in the document. Although you can get counters: Words count and Characters count using Document.BuildInDocumentProperties. See the following link for more information.
aspose.words.properties.builtindocumentproperties
Best regards.