FontSubstitutionCollection
Genel Bakış
FontSubstitutionCollection NET için FOSS’de bir sınıf. Mirasçılar: IReadOnlyCollection<FontSubstitution>.
Bu sınıf, .NET programlarında FontSubstitutionCollection nesnelerle çalışmak için 9 yöntem sağlar. Kullanılabilir yöntemler şunlardır: Add, Clear, Contains, CopyTo, Delete, GetEnumerator, Remove. Tüm kamu üyeleri, .NET paketi için Aspose.PDF FOSS’u yükledikten sonra herhangi bir NET uygulamasına erişilebilir. Özellikleri: Count, IsSynchronized, SyncRoot.
Özellikler
| Adı: | Tip: | Access | Açıklama: |
|---|---|---|---|
Count | int | Oku . | Sayacı alır. |
IsSynchronized | bool | Oku . | Senkronize olup olmadığını alır. |
SyncRoot | object | Oku . | Senkronizasyon kökünü alır. |
Yöntemler
| Signature | Açıklama: |
|---|---|
Add(fontSubstitution: FontSubstitution) | Bu FontSubstitutionCollection örneğinde Add(fontSubstitution) çağrısı. |
Add(substitution: CustomFontSubstitutionBase) | Bir CustomFontSubstitutionBase (FontSubstitution’in alt sınıfı) ekleyin. |
Contains(item: FontSubstitution) | Bu FontSubstitutionCollection örneğinde İçerikler(temel) çağrısı. |
CopyTo(array: FontSubstitution[], index: int) | CopyTo ((array, index) bu FontSubstitutionCollection örneğinde çağrılar. |
Remove(item: FontSubstitution) | Bu FontSubstitutionCollection örneğinde Remove(item) çağrısı. |
Remove(substitution: CustomFontSubstitutionBase) | Bu FontSubstitutionCollection örneğinde Remove(substitution) çağrısı. |
Delete(substitution: CustomFontSubstitutionBase) | Bu FontSubstitutionCollection örneğinde Delete(substitution) çağrısı. |
Clear() | Bu FontSubstitutionCollection örneğinde Clear’ı çağırıyor. |
GetEnumerator() | GetEnumerator’ı bu FontSubstitutionCollection örneğinde çağırır. |