OutlineOptions

Overview

OutlineOptions is a class in Aspose.Words FOSS for Python.

Controls how outlines (bookmarks panel) are generated in the PDF.

This class provides 1 method for working with OutlineOptions objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.Words FOSS for Python package. Properties: bookmarks_outline_levels, create_missing_outline_levels, create_outlines_for_headings_in_tables, default_bookmarks_outline_level, expanded_outline_levels, headings_outline_levels.

Properties

NameTypeAccessDescription
headings_outline_levelsintReadGets the headings outline levels.
expanded_outline_levelsintReadGets the expanded outline levels.
default_bookmarks_outline_levelintReadGets the default bookmarks outline level.
bookmarks_outline_levelsdict[str, int]ReadGets the bookmarks outline levels.
create_outlines_for_headings_in_tablesboolReadGets the create outlines for headings in tables.
create_missing_outline_levelsboolReadGets the create missing outline levels.

Methods

SignatureDescription
__init__()

See Also