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)

Usage

Public Class eadabilityStatisticsImplementation
    Implements ReadabilityStatistics
End Class
Dim eadabilityStatisticsImplementation1 As New eadabilityStatisticsImplementation()

Syntax

Public Interface ReadabilityStatistics
    Inherits IEnumerable
public interface ReadabilityStatistics : IEnumerable
public interface class ReadabilityStatistics : public IEnumerable
public interface ReadabilityStatistics implements IEnumerable
public interface ReadabilityStatistics implements 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

ReadabilityStatistics Members