ReadabilityStatistic Interface 

Represents one of the readability statistics for a document or range.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class eadabilityStatisticImplementation
    Implements ReadabilityStatistic
End Class
Dim eadabilityStatisticImplementation1 As New eadabilityStatisticImplementation()

Syntax

Public Interface ReadabilityStatistic
public interface ReadabilityStatistic
public interface class ReadabilityStatistic
public interface ReadabilityStatistic
public interface ReadabilityStatistic

Remarks

The ReadabilityStatistic object is a member of 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

ReadabilityStatistic Members