AuthorData — Aspose.Slides FOSS Java API Reference
AuthorData — Raw data for a comment author parsed from XML.
Package: org.aspose.slides.foss.internal.pptx
Note: This is an internal implementation class. Do not import or use it directly — the package
org.aspose.slides.foss.internal.pptxis not part of the public API and may change without notice. This page is provided for reference only.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
element | Element | Read/Write | |
id | int | Read/Write | |
name | String | Read/Write | |
initials | String | Read/Write | |
lastIdx | int | Read/Write | |
clrIdx | int | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getElement() | Element | Returns the underlying DOM element. |
getId() | int | Returns the author ID. |
getName() | String | Returns the author name. |
setName(String value) | void | Sets the author name. |
getInitials() | String | Returns the author initials. |
setInitials(String value) | void | Sets the author initials. |
getLastIdx() | int | Returns the last comment index used by this author. |
setLastIdx(int value) | void | Sets the last comment index used by this author. |
getClrIdx() | int | Returns the color index for this author. |