CommentData
General
CommentData és una classe en Aspose.Slides per NET.
Dades brutes per a un comentari analitzat des de XML. Envolta l’element <p:cm> subjacent i proporciona accés tipus als seus atributs.
Propietats
| 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 comments |
Text | string | Read/Write | |
PosX | float | Read/Write | Gets or sets the horizontal position of the comment on the slide |
PosY | float | Read/Write |
Mètodes
| Signature | Description |
|---|---|
CommentData(elem: XElement) | Initializes a new CommentData object from the given XElement |