Visio.Interfaces.CommentLoadOptions interface

Represents the Comment.

Remarks

[ API set: 1.1 ]

Properties

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

author

A string that specifies the name of the author of the comment.

date

A string that specifies the date when the comment was created.

text

A string that contains the comment text.

Property Details

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

$all?: boolean;

Property Value

boolean

author

A string that specifies the name of the author of the comment.

author?: boolean;

Property Value

boolean

Remarks

[ API set: 1.1 ]

date

A string that specifies the date when the comment was created.

date?: boolean;

Property Value

boolean

Remarks

[ API set: 1.1 ]

text

A string that contains the comment text.

text?: boolean;

Property Value

boolean

Remarks

[ API set: 1.1 ]