AuthorData
Overview
AuthorData is a class in Aspose.Slides for Python.
Raw data for a comment author parsed from XML.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
id | int | Read | Is the unique integer identifier of the comment author |
name | str | Read | Stores the full name of the comment author as a string |
initials | str | Read | Holds the author’s initials in string form |
last_idx | int | Read | Records the last used index for the author, as an integer |
clr_idx | int | Read | Stores the color index associated with the author, as an integer |
Methods
| Signature | Description |
|---|---|
__init__(elem: ET._Element) |