Word.Interfaces.CritiqueAnnotationLoadOptions interface
Represents an annotation wrapper around critique displayed in the document.
Remarks
Properties
$all | Specifying |
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
range
Gets the range of text that is annotated.
range?: Word.Interfaces.RangeLoadOptions;
Property Value
Remarks
Office Add-ins