CommentAuthorsPart

CommentAuthorsPart — Aspose.Slides FOSS Java API Reference

CommentAuthorsPart — Manages the comment authors XML part (ppt/commentAuthors.

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
authorsList<AuthorData>Read/Write

Methods

MethodReturnsDescription
getAuthors()List<AuthorData>Returns all comment authors.
findAuthorById(int authorId)Optional<AuthorData>Finds an author by their unique ID.
addAuthor(String name, String initials)AuthorDataAdds a new author and returns its data wrapper.
removeAuthor(int authorId)voidRemoves an author by their unique ID.
clear()voidRemoves all authors from this part.
nextCommentIdx(int authorId)intReturns the next globally-unique comment index.
save()voidSaves the comment authors XML back to the package.
ensureRegistered(OpcPackage pkg)voidEnsures that commentAuthors.

See Also