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