CommentsPart — Aspose.Slides FOSS C# (.NET) API Reference
CommentsPart — CommentsPart API type.
Package: Aspose.Slides.Foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
PartName | string | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
Load() | void | |
GetComments() | void | |
GetCommentsByAuthor(int authorId) | void | |
FindCommentByIdxAll(int idx) | void | |
FindCommentByIdx(int authorId, int idx) | void | |
AddComment(int authorId, int idx, string text, float posX, float posY, string dtStr, int? parentIdx) | void | |
InsertComment(int index, int authorId, int idx, string text, float posX, float posY, string dtStr, int? parentIdx) | void | |
RemoveComment(int authorId, int idx) | void | |
RemoveCommentElem(XElement elem) | void | |
RemoveCommentsAt(int index) | void | |
Clear() | void | |
Count() | void | |
IsEmpty() | void | |
Save() | void | |
ResolveTarget(string fromPart, string target) | void | |
ComputeRelativeTarget(string fromPart, string toPart) | void |