FontCollection class
FontCollection class
Contains a collection of Font elements.
Inheritance: FontCollection → Collection
The FontCollection type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| FontCollection() | Constructor. |
Properties
| Property | Description |
|---|---|
| count | Gets the number of elements actually contained in the collection. |
Gets the element at the specified index.
Indexer
| Name | Description |
|---|---|
| [index] |
Methods
| Method | Description |
|---|---|
| is_exist(index) | Is exist item in the collection. |
| clear() | Removes all elements from collection. |
| add(font) | Add the Font object in the collection. |
| remove(font) | Remove the Font object from the collection. |
| get_font(id) | Gets the element at the specified ID. |
See Also
- module aspose.diagram
- class Collection