API Reference
Class
LegacyPptComment
Represents a PowerPoint 2000-2003 presentation comment.
Inheritance
- Object
- LegacyPptComment
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
- Property LegacyPptSlide.Comments
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 Index { get; } #Gets the non-negative comment label index.
public String Author { get; } #Gets the embedded comment author name.
public String Initials { get; } #Gets the embedded author initials.
public String Text { get; } #Gets the comment text.
public Nullable<DateTime> CreatedAtUtc { get; } #Gets the UTC creation time, or null when the source contains an empty SYSTEMTIME.
public Int32 X { get; } #Gets the comment-label x-coordinate in PowerPoint master units.
public Int32 Y { get; } #Gets the comment-label y-coordinate in PowerPoint master units.