API Reference

Class

PowerPointReviewComment

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Read-only typed projection of a classic or modern PowerPoint comment.

Inheritance

  • Object
  • PowerPointReviewComment

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

Properties

public PowerPointCommentKind Kind { get; } #

Comment technology.

public Int32 SlideNumber { get; } #

1-based slide number.

public String Id { get; } #

Stable comment identifier within its technology.

public String ParentId { get; } #

Parent comment identifier for replies.

public String AuthorId { get; } #

Author identifier.

public String AuthorName { get; } #

Resolved author display name.

public String Text { get; } #

Visible comment text.

public Nullable<DateTime> Created { get; } #

Creation timestamp when present.

public String Status { get; } #

Modern comment status when present.

public Nullable<UInt32> ShapeId { get; } #

Anchored shape identifier when present.

public Nullable<Double> X { get; } #

Classic comment X position when present.

public Nullable<Double> Y { get; } #

Classic comment Y position when present.