Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.Interfaces.AnnotationLoadOptions interface
- Package:
- word
Represents an annotation attached to a paragraph.
Properties
| $all | Specifying |
| critiqueAnnotation | Gets the |
| id | Gets the unique identifier, which is meant to be used for easier tracking of |
| state | Gets the state of the annotation. |
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
critiqueAnnotation
Gets the CritiqueAnnotation object.
critiqueAnnotation?: Word.Interfaces.CritiqueAnnotationLoadOptions;
Property Value
Remarks
id
Gets the unique identifier, which is meant to be used for easier tracking of Annotation objects.
id?: boolean;
Property Value
boolean
Remarks
state
Gets the state of the annotation.
state?: boolean;
Property Value
boolean
Remarks
Office Add-ins
Feedback
Was this page helpful?
