Edit

Word.Interfaces.ReadabilityStatisticData interface

An interface describing the data returned by calling readabilityStatistic.toJSON().

Properties

name

Returns the name of the readability statistic.

value

Returns the value of the grammar statistic.

Property Details

name

Returns the name of the readability statistic.

name?: string;

Property Value

string

Remarks

API set: WordApiDesktop 1.4

value

Returns the value of the grammar statistic.

value?: number;

Property Value

number

Remarks

API set: WordApiDesktop 1.4