OutlineCollection
Overview
OutlineCollection is a class in Aspose.PDF FOSS for Python.
Top-level collection of :class:OutlineItem bookmarks.
This class provides 4 methods for working with OutlineCollection objects in Python programs.
Available methods include: __init__, add, clear, remove.
All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package.
Methods
| Signature | Description |
|---|---|
__init__() | Calls init on this OutlineCollection instance. |
add(item: OutlineItem) → OutlineItem | Append item to the collection and return it. |
remove(item: OutlineItem) | Remove item from the collection. |
clear() | Remove all items from the collection. |