ReadabilityStatistic Interface
Definition
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.
Represents one of the readability statistics for a document or range.
public interface class ReadabilityStatistic
[System.Runtime.InteropServices.Guid("000209AF-0000-0000-C000-000000000046")]
public interface ReadabilityStatistic
type ReadabilityStatistic = interface
Public Interface ReadabilityStatistic
- Attributes
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.
Properties
Application |
Returns a Application object that represents the Microsoft Word application. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
Name |
Returns or sets the name of the specified object. |
Parent |
Returns an object that represents the parent object of the specified object. |
Value |
Returns the value of the grammar statistic. |