FontSubstitutionCollection
Pregled
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.
Svojstva
| Име | Тип | Access | Опис |
|---|---|---|---|
Count | int | читање | Vraća broj. |
IsSynchronized | bool | читање | Dohvata vrednost IsSynchronized. |
SyncRoot | object | читање | Vraća koren sinhronizacije. |
Metode
| Signature | Опис |
|---|---|
Add(fontSubstitution: 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 инстанцији. |