Class FontSubstitutionCollection
Contents
[
Hide
]FontSubstitutionCollection class
Represents font substitution strategies collection.
public sealed class FontSubstitutionCollection : ICollection<FontSubstitution>
Properties
| Name | Description |
|---|---|
| Count { get; } | Gets the number of Font object elements actually contained in the collection. |
| IsSynchronized { get; } | Gets a value indicating whether access to the collection is synchronized (thread safe). |
| Item { get; } | Gets the font element at the specified index. |
| SyncRoot { get; } | Gets an object that can be used to synchronize access to the collection. |
Methods
| Name | Description |
|---|---|
| Add(FontSubstitution) | Adds new font substitution object to the collection. |
| Clear() | Clears the font substitution collection. |
| Contains(FontSubstitution) | Determines whether an element is in the collection. |
| CopyTo(FontSubstitution[], int) | Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array |
| GetEnumerator() | Returns an enumerator for the entire collection. |
| Remove(FontSubstitution) | Deletes the font substitution element. |
See Also
- class FontSubstitution
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF