Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ReadabilityStatistics Interface

Definition

Namespace:
Microsoft.Office.Interop.Word
Assembly:
Microsoft.Office.Interop.Word.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

A collection of ReadabilityStatistic objects for a document or range.

public interface class ReadabilityStatistics : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000209AE-0000-0000-C000-000000000046")]
public interface ReadabilityStatistics : System.Collections.IEnumerable
type ReadabilityStatistics = interface
 interface IEnumerable
Public Interface ReadabilityStatistics
Implements IEnumerable
Attributes
Implements

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.

Properties

Application

Returns a Application object that represents the Microsoft Word application.

Count

Returns the number of items in the specified collection.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

Item[Object]

Returns an individual object in a collection.

Parent

Returns an object that represents the parent object of the specified object.

Methods

GetEnumerator()

Applies to


Feedback

Was this page helpful?