Word.Interfaces.CritiqueAnnotationLoadOptions interface

Represents an annotation wrapper around critique displayed in the document.

Remarks

[ API set: WordApi 1.7 ]

Properties

$all

Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).

critique

Gets the critique that was passed when the annotation was inserted.

range

Gets the range of text that is annotated.

Property Details

$all

Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).

$all?: boolean;

Property Value

boolean

critique

Gets the critique that was passed when the annotation was inserted.

critique?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi 1.7 ]

range

Gets the range of text that is annotated.

range?: Word.Interfaces.RangeLoadOptions;

Property Value

Remarks

[ API set: WordApi 1.7 ]