GraphicElementCollection

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

NameTypeAccessDescription
elementslist[Any]ReadGet the collection of graphic elements.

Methods

SignatureDescription
__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.

See Also