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.
This class provides 1 method for working with AuthorData objects in .NET programs.
Available methods include: AuthorData.
All exported members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.
Properties: ClrIdx, Id, Initials, LastIdx, Name.
Description
AuthorData is a class in the Aspose.Slides FOSS library for .NET that exposes 0 methods and 5 properties for programmatic use.
The class also provides the Id property (gets the id), the ClrIdx property (gets the clr idx).
Instances are created through a single constructor that initializes the object with default values.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Id | int | Read | Gets the id. |
Name | string | Read/Write | Gets or sets the name. |
Initials | string | Read/Write | Gets or sets the initials. |
LastIdx | int | Read/Write | Gets or sets the last idx. |
ClrIdx | int | Read | Gets the clr idx. |
Methods
| Signature | Description |
|---|---|
AuthorData(elem: XElement) | Initializes a new instance from the given XML element |