ICommentAuthor

Přehled

ICommentAuthor je rozhraní v Aspose.Slides FOSS pro Java.

Zobrazuje autora komentáře v prezentaci.

Vlastnosti

Název:Typ:PřístupPopis:
nameStringČtěte.Zobrazuje jméno autora.
initialsStringČtěte.Zobrazuje iniciály autora.
commentsICommentCollectionČtěte.Poskytuje sbírku komentářů tohoto autora.

Metody

Podpis:Popis:
getName()StringVrací jméno autora.
setName(name: String)Uveďte jméno autora.
getInitials()StringVrací iniciály autora.
setInitials(initials: String)Nastavuje iniciály autora.
getComments()ICommentCollectionVrátí sbírku komentářů tohoto autora.
remove()Odstraňuje tohoto autora a všechny jeho komentáře z prezentace.
 Čeština