Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.Interfaces.CoauthorLoadOptions interface
- Package:
- word
Represents a coauthor in a Word document.
Properties
| $all | Specifying |
| emailAddress | Gets the email address of the coauthor. |
| id | Gets the unique identifier for the |
| isMe | Gets whether this author represents the current user. |
| name | Gets the display name of the coauthor. |
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
emailAddress
Gets the email address of the coauthor.
emailAddress?: boolean;
Property Value
boolean
Remarks
id
Gets the unique identifier for the Coauthor object.
id?: boolean;
Property Value
boolean
Remarks
isMe
Gets whether this author represents the current user.
isMe?: boolean;
Property Value
boolean
Remarks
name
Gets the display name of the coauthor.
name?: boolean;
Property Value
boolean
Remarks
Office Add-ins
Feedback
Was this page helpful?
