CommentData
Overview
CommentData is a class in Aspose.Slides FOSS for .NET.
Raw data for a comment parsed from XML. Wraps the underlying <p:cm> element and provides typed access to its attributes.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
AuthorId | int | Read | Gets or sets the identifier of the comment’s author |
Idx | int | Read | Gets or sets the index of the comment within its collection |
DtStr | string | Read/Write | Gets or sets the timestamp string of the comment |
ParentCmId | int? | Read/Write | Gets or sets the optional parent comment ID for threaded replies |
Text | string | Read/Write | |
PosX | float | Read/Write | Gets or sets the horizontal position of the comment on the slide |
PosY | float | Read/Write |
Methods
| Signature | Description |
|---|---|
CommentData(elem: XElement) | Creates a new instance from the provided XML element |