Aspose::Pdf::Text::FontSubstitutionCollection class
Contents
[
Hide
]FontSubstitutionCollection class
Represents font substitution strategies collection.
class FontSubstitutionCollection : public System::Collections::Generic::ICollection<System::SharedPtr<Aspose::Pdf::Text::FontSubstitution>>
Methods
Method | Description |
---|---|
Add(const System::SharedPtr<FontSubstitution>&) override | Adds new font substitution object to the collection. |
Clear() override | Clears the font substitution collection. |
Contains(const System::SharedPtr<FontSubstitution>&) const override | Determines whether an element is in the collection. |
CopyTo(System::ArrayPtr<System::SharedPtr<FontSubstitution>>, int32_t) override | Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array. |
get_Count() const override | Gets 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() const | Gets an object that can be used to synchronize access to the collection. |
GetEnumerator() override | Returns an enumerator for the entire collection. |
idx_get(int32_t) | Gets the font element at the specified index. |
Remove(const System::SharedPtr<FontSubstitution>&) override | Deletes the font substitution element. |
See Also
- Class ICollection
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++