FontSubstitutionCollection
نظرة عامة
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. |