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.
This class provides 1 method for working with CommentData objects in .NET programs.
Available methods include: CommentData.
All exported members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.
Properties: AuthorId, DtStr, Idx, ParentCmId, PosX, PosY, and 1 more.
Description
CommentData is a class in the Aspose.Slides FOSS library for .NET that exposes 0 methods and 7 properties for programmatic use.
The class also provides the AuthorId property (gets the author id), the Idx property (gets the idx).
Instances are created through a single constructor that initializes the object with default values.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
AuthorId | int | Read | Gets the author id. |
Idx | int | Read | Gets the idx. |
DtStr | string | Read/Write | Gets or sets the dt str. |
ParentCmId | int? | Read/Write | Gets or sets the parent cm id. |
Text | string | Read/Write | Gets or sets the text. |
PosX | float | Read/Write | Gets or sets the pos x. |
PosY | float | Read/Write | Gets or sets the pos y. |
Methods
| Signature | Description |
|---|---|
CommentData(elem: XElement) | Creates a new instance from the provided XML element |