API Reference
Class
PowerPointModernCommentReply
Editable reply in a modern PowerPoint comment thread.
Inheritance
- Object
- PowerPointModernCommentReply
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method PowerPointModernComment.AddReply
- Property PowerPointModernComment.Replies
Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Id { get; } #Stable reply identifier.
public PowerPointCommentAuthor Author { get; } #Reply author.
public String Text { get; set; } #Visible reply text.
Exceptions
NotSupportedException– The imported reply uses rich text markup that cannot be replaced without losing formatting.
public PowerPointModernCommentStatus Status { get; set; } #Review status.
public Nullable<DateTime> Created { get; set; } #Creation timestamp.