API Reference

Class

PowerPointClassicComment

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Editable classic PowerPoint comment.

Inheritance

  • Object
  • PowerPointClassicComment

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 comment from its slide.

public Void SetAuthor(PowerPointCommentAuthor author) #
Returns: Void

Reassigns the comment to an existing or newly created author.

Parameters

author OfficeIMO.PowerPoint.PowerPointCommentAuthor requiredposition: 0

Properties

public UInt32 Index { get; } #

Per-author comment index stored by PowerPoint.

public PowerPointCommentAuthor Author { get; } #

Comment author.

public String Text { get; set; } #

Visible review text.

public Nullable<DateTime> Created { get; set; } #

Required creation timestamp.

public Int64 X { get; set; } #

Classic comment X position.

public Int64 Y { get; set; } #

Classic comment Y position.