AuthorData
Overview
AuthorData is a class in Aspose.Slides FOSS for .NET.
Raw data for a comment author parsed from XML. Wraps the underlying <p:cmAuthor> element and provides typed access to its attributes.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Id | int | Read | Gets or sets the numeric identifier of the author |
Name | string | Read/Write | Gets or sets the full name of the author |
Initials | string | Read/Write | Gets or sets the author’s initials |
LastIdx | int | Read/Write | Gets or sets the last index used for the author |
ClrIdx | int | Read | Gets or sets the color index associated with the author |
Methods
| Signature | Description |
|---|---|
AuthorData(elem: XElement) | Initializes a new instance from the given XML element |