API Reference
Class
PowerPointClassicComment
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.
Returned or exposed by
Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.