CommentAuthor

Přehled

CommentAuthor je třída v Aspose.Slides FOSS pro Java. Dědici: ICommentAuthor.

Zastupuje autora komentářů.

Vlastnosti

Název:Typ:PřístupPopis:
nameStringČtěte.Vlastnost získá nebo nastaví jméno zobrazení autora.
initialsStringČtěte.
commentsICommentCollectionČtěte.Vlastnictví poskytuje přístup k sbírce komentářů autora.
idintČtěte.Vlastnost vrací vnitřní identifikátor autora.

Metody

Podpis:Popis:
CommentAuthor(name: String, initials: String, id: int)Vytvoří nový autor komentáře.
initInternal(data: AuthorData, authorsPart: CommentAuthorsPart, pkg: OpcPackage, presentation: Presentation)Inicializuje interní referenční údaje, které spojují tohoto autora s
podkladové údaje o balení OPC.
getName()StringZpětná funkce:
setName(name: String)Nastavení názvu autora
getInitials()StringVrátí iniciály autora.
setInitials(initials: String)Uveďte iniciály autora.
getComments()ICommentCollectionVrátí sbírku komentářů tohoto autora.
remove()Vymaže tento autor z prezentace.
getId()intVrátí interní identifikační kód autora.
 Čeština