GraphicElementCollection
Overview
GraphicElementCollection is a class in Aspose.PDF FOSS for Python.
Collection of graphic elements that can be added to or removed from a page.
This class provides 3 methods for working with GraphicElementCollection objects in Python programs.
Available methods include: __init__, add, remove.
All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package.
Properties: elements.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
elements | list[Any] | Read | Get the collection of graphic elements. |
Methods
| Signature | Description |
|---|---|
__init__() | Initialize a new instance of GraphicElementCollection. |
add(element: Any) | Add a graphic element to the collection. |
remove(element: Any) | Remove a graphic element from the collection. |