CommentsPart — Aspose.Slides FOSS C# (.NET) API Reference

CommentsPart — CommentsPart API type.

Package: Aspose.Slides.Foss


Properties

PropertyTypeAccessDescription
PartNamestringRead/Write

Methods

MethodReturnsDescription
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

See Also