Class TocOptions

信息

表示由 Documentize.PdfManager 插件添加目录到文档的选项。

public sealed class TocOptions : PluginBaseOptions, IPluginOptions

Inheritance

objectPluginBaseOptionsTocOptions

Implements

Inherited Members

Constructors

TocOptions()

使用默认选项初始化 Documentize.TocOptions 对象的新实例。

public TocOptions()

Properties

GenerateBookmarks

使用书签生成。若设置为 true,则书签将被清除并根据标题生成;否则书签保持不变。

public bool GenerateBookmarks { get; set; }

Property Value

bool

Headings

目录的标题或标题项。

public List<tocheading> Headings { get; set; }

Property Value

List<TocHeading>

Title

目录的标题。

public string Title { get; set; }

Property Value

string

Namespace: Documentize Assembly: Documentize.dll

 中文