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
| Name | Type | Access | Description |
|---|---|---|---|
headings_outline_levels | int | Read | 得到了标题的轮水平. |
expanded_outline_levels | int | Read | 得到了扩展的轮层. |
default_bookmarks_outline_level | int | Read | 得到默认的书签轮水平. |
bookmarks_outline_levels | dict[str, int] | Read | 得到了书签的轮水平. |
create_outlines_for_headings_in_tables | bool | Read | 获取表中标题的构建轮. |
create_missing_outline_levels | bool | Read | 得到了缺失的轮层. |
Methods
| Signature | Description |
|---|---|
__init__() |