CommentAuthorsPart

General

CommentAuthorsPart és una classe en Aspose.Slides per NET.

Gestiona la part XML dels autors de comentaris (ppt/commentAuthors.xml). Aquesta part conté totes les definicions d’autors utilitzades en els comentari de la presentació.

Propietats

NameTypeAccessDescription
PartNamestringReadGets the name of the part containing comment authors

Mètodes

SignatureDescription
Load()Loads the comment authors XML from the package, or creates an empty root element.
GetAuthors()Returns all comment authors.
FindAuthorById(authorId: int)The or null if not found.
AddAuthor(name: string, initials: string)The author’s initials.
RemoveAuthor(authorId: int)The author ID to remove.
Clear()Removes all author elements.
NextCommentIdx(authorId: int)The new globally-unique comment index.
Save()Saves the comment authors XML back to the package.
 Català