אוסף החלפת גופנים
סקירה
FontSubstitutionCollection היא מחלקה ב‑Aspose.PDF FOSS עבור .NET.
יורשת מ: IReadOnlyCollection<FontSubstitution>.
מחלקה זו מספקת 9 שיטות לעבודה עם אובייקטים מסוג FontSubstitutionCollection בתוכניות .NET.
השיטות הזמינות כוללות: Add, Clear, Contains, CopyTo, Delete, GetEnumerator, Remove.
כל החברים הציבוריים נגישים לכל יישום .NET לאחר התקנת חבילת Aspose.PDF FOSS for .NET.
מאפיינים: Count, IsSynchronized, SyncRoot.
מאפיינים
| שם | סוג | גישה | תיאור |
|---|---|---|---|
Count | int | קריאה | מקבל את הספירה. |
IsSynchronized | bool | קריאה | מקבל את המצב מסונכרן. |
SyncRoot | object | קריאה | מקבל את שורש הסינכרון. |
שיטות
| Signature | Description |
|---|---|
Add(fontSubstitution: FontSubstitution) | קורא ל‑Add על מופע FontSubstitutionCollection זה. |
Add(substitution: CustomFontSubstitutionBase) | מוסיף CustomFontSubstitutionBase (מחלקה נגזרת של FontSubstitution). |
Contains(item: FontSubstitution) | קורא ל‑Contains על מופע FontSubstitutionCollection זה. |
CopyTo(array: FontSubstitution[], index: int) | קורא ל‑CopyTo על מופע FontSubstitutionCollection זה. |
Remove(item: FontSubstitution) | קורא ל‑Remove על מופע FontSubstitutionCollection זה. |
Remove(substitution: CustomFontSubstitutionBase) | |
Delete(substitution: CustomFontSubstitutionBase) | קורא ל‑Delete על מופע FontSubstitutionCollection זה. |
Clear() | קורא ל‑Clear על מופע FontSubstitutionCollection זה. |
GetEnumerator() | קורא ל‑GetEnumerator על מופע FontSubstitutionCollection זה. |