Aspose::Pdf::Text::FontSourceCollection class
Contents
[
Hide
]FontSourceCollection class
Represents font sources collection.
class FontSourceCollection : public System::Collections::Generic::ICollection<System::SharedPtr<Aspose::Pdf::Text::FontSource>>
Methods
Method | Description |
---|---|
Add(const System::SharedPtr<FontSource>&) override | Adds new font source object to the collection. |
Clear() override | Clears the font source collection. |
Contains(const System::SharedPtr<FontSource>&) const override | Determines whether an element is in the collection. |
CopyTo(System::ArrayPtr<System::SharedPtr<FontSource>>, int32_t) override | Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array. |
Delete(System::SharedPtr<FontSource>) | Deletes the font source element. |
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<FontSource>&) override | Deletes the font source element. |
See Also
- Class ICollection
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++