OutlineCollection

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

SignatureDescription
__init__()Calls init on this OutlineCollection instance.
add(item: OutlineItem)OutlineItemAppend item to the collection and return it.
remove(item: OutlineItem)Remove item from the collection.
clear()Remove all items from the collection.

See Also