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)

Syntax

'Declaration
<GuidAttribute("000209AF-0000-0000-C000-000000000046")> _
Public Interface ReadabilityStatistic
'Usage
Dim instance As ReadabilityStatistic
[GuidAttribute("000209AF-0000-0000-C000-000000000046")]
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.

See Also

Reference

ReadabilityStatistic Members

Microsoft.Office.Interop.Word Namespace