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.pptx is not part of the public API and may change without notice. This page is provided for reference only.


Properties

PropertyTypeAccessDescription
elementElementRead/WriteThe element value.
idintRead/WriteThe id value.
nameStringRead/WriteThe name value.
initialsStringRead/WriteThe initials value.
lastIdxintRead/WriteThe last idx value.
clrIdxintRead/WriteThe clr idx value.

Methods

MethodReturnsDescription
getElement()ElementReturns the underlying DOM element.
getId()intReturns the author ID.
getName()StringReturns the author name.
setName(String value)voidSets the author name.
getInitials()StringReturns the author initials.
setInitials(String value)voidSets the author initials.
getLastIdx()intReturns the last comment index used by this author.
setLastIdx(int value)voidSets the last comment index used by this author.
getClrIdx()intReturns the color index for this author.

See Also