ICommentAuthorCollection

Přehled

ICommentAuthorCollection je rozhraní v Aspose.Slides pro NET.

Zobrazuje sbírku komentářů autorů.

Vlastnosti

Název:Typ:PřístupPopis:
AsICollectionIList<ICommentAuthor>Čtěte.Poskytuje soubor jako IList z ICommentAuthor
AsIEnumerableIEnumerable<ICommentAuthor>Čtěte.Poskytuje soubor jako IEnumerable z ICommentAuthor
CountintČtěte.Získejte počet autorů v souborě.

Metody

Podpis:Popis:
AddAuthor(name: string, initials: string)Nově vytvořený autor komentáře.
ToArray()Složka všech autorů komentářů.
FindByName(name: string)Spousta shodných autorů.
FindByNameAndInitials(name: string, initials: string)Spousta shodných autorů.
RemoveAt(index: int)Odstranit index autora na základě nuly.
Remove(author: ICommentAuthor)Autorka je odstraněna.
Clear()
 Čeština