Aspose::Pdf::Text::FontSubstitutionCollection class

FontSubstitutionCollection class

Represents font substitution strategies collection.

class FontSubstitutionCollection : public System::Collections::Generic::ICollection<System::SharedPtr<Aspose::Pdf::Text::FontSubstitution>>

Methods

MethodDescription
Add(const System::SharedPtr<FontSubstitution>&) overrideAdds new font substitution object to the collection.
Clear() overrideClears the font substitution collection.
Contains(const System::SharedPtr<FontSubstitution>&) const overrideDetermines whether an element is in the collection.
CopyTo(System::ArrayPtr<System::SharedPtr<FontSubstitution>>, int32_t) overrideCopies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.
get_Count() const overrideGets the number of Font object elements actually contained in the collection.
get_IsSynchronized()Gets a value indicating whether access to the collection is synchronized (thread safe).
get_SyncRoot() constGets an object that can be used to synchronize access to the collection.
GetEnumerator() overrideReturns an enumerator for the entire collection.
idx_get(int32_t)Gets the font element at the specified index.
Remove(const System::SharedPtr<FontSubstitution>&) overrideDeletes the font substitution element.

See Also