OutlineOptions

Overview

OutlineOptions 是Python的Aspose.Words FOSS中的一个类.

控制PDF中如何生成轮 (书签面板).

这个类提供了一个方法,用于在Python程序中使用OutlineOptions 对象. 有的方法包括: __init__. 在安装Python包的Aspose.Words FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: 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_levelsintRead得到了标题的轮水平.
expanded_outline_levelsintRead得到了扩展的轮层.
default_bookmarks_outline_levelintRead得到默认的书签轮水平.
bookmarks_outline_levelsdict[str, int]Read得到了书签的轮水平.
create_outlines_for_headings_in_tablesboolRead获取表中标题的构建轮.
create_missing_outline_levelsboolRead得到了缺失的轮层.

Methods

SignatureDescription
__init__()

See Also

 中文