API Reference

Class

PowerPointModernCommentReply

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

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.

Methods

public Void Remove() #
Returns: Void

Removes this reply from its thread.

public Void SetAuthor(PowerPointCommentAuthor author) #
Returns: Void

Reassigns the reply to an existing or newly created author.

Parameters

author OfficeIMO.PowerPoint.PowerPointCommentAuthor requiredposition: 0

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.