ReadabilityStatistics Interface

A collection of ReadabilityStatistic objects for a document or range.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("000209AE-0000-0000-C000-000000000046")> _
Public Interface ReadabilityStatistics _
    Inherits IEnumerable
'Usage
Dim instance As ReadabilityStatistics
[GuidAttribute("000209AE-0000-0000-C000-000000000046")]
public interface ReadabilityStatistics : IEnumerable

Remarks

Use the ReadabilityStatistics property of a Document or Range object to return the ReadabilityStatistics collection.

Use ReadabilityStatistics(index), where index is the index number, to return a single ReadabilityStatistic object. The statistics are ordered as follows: Words, Characters, Paragraphs, Sentences, Sentences per Paragraph, Words per Sentence, Characters per Word, Passive Sentences, Flesch Reading Ease, and Flesch-Kincaid Grade Level.

See Also

Reference

ReadabilityStatistics Members

Microsoft.Office.Interop.Word Namespace