Class TocOptions

情報

Documentize.PdfManager プラグインによって文書に目次を追加するためのオプションを表します。

public sealed class TocOptions : PluginBaseOptions, IPluginOptions

Inheritance

objectPluginBaseOptionsTocOptions

Implements

Inherited Members

Constructors

TocOptions()

Documentize.TocOptions オブジェクトの新しいインスタンスをデフォルトオプションで初期化します。

public TocOptions()

Properties

GenerateBookmarks

ブックマークの生成を使用します。
true に設定すると、ブックマークはクリアされ見出しに基づいて生成されます。false の場合、ブックマークは変更されません。

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

 日本語