ICommentAuthorCollection
סקירה כללית
ICommentAuthorCollection הוא ממשק ב Aspose.Slides FOSS עבור Java.
להציג אוסף של סופרים הערות בהצגה.
ממשק זה מספק 11 שיטות לעבוד עם אובייקטים ICommentAuthorCollection בתוכניות Java. שיטות זמינות כוללות: addAuthor, asICollection, asIEnumerable, clear, findByName, findByNameAndInitials, get, remove, removeAt, size, toArray. כל החברים הציבוריים זמינים לכל יישום Java לאחר התקנת Aspose.Slides FOSS עבור חבילת Java.
שיטות
| חתימה | תיאור |
|---|---|
addAuthor(name: String, initials: String) → ICommentAuthor | הוסיף מחבר חדש. |
toArray() → ICommentAuthor[] | כל המחברים חוזרים כפרק. |
findByName(name: String) → List<ICommentAuthor> | מצא את המחברים לפי שם. |
findByNameAndInitials(name: String, initials: String) → List<ICommentAuthor> | מצא את המחברים על פי שם וראשון. |
removeAt(index: int) | הסיר את המחבר ב- אינדיקטור, כולל כל ההערות שלו. |
remove(author: ICommentAuthor) | הוסרה מחבר מהאוסף. |
clear() | הסר את כל המחברים וההערות שלהם מהאוסף. |
get(index: int) → ICommentAuthor | החזיר את המחבר לאינדקס שניתן. |
size() → int | החזיר את מספר המחברים. |
asICollection() → List<ICommentAuthor> | החזיר את הקולקציה כ {@link List}. |
asIEnumerable() → Iterable<ICommentAuthor> | החזיר את הקולקציה כ {@link Iterable}. |