Class TocOptions

Info

Represents options for add Table of Contents to document by Documentize.TocGenerator plugin.

public sealed class TocOptions : PluginBaseOptions, IPluginOptions

Inheritance

objectPluginBaseOptionsTocOptions

Implements

Inherited Members

Constructors

TocOptions()

Initializes a new instance of the Documentize.TocOptions object with default options.

public TocOptions()

Properties

GenerateBookmarks

Using Bookmarks generation. If set true then Bookmarks will be cleared and generated by Headings; otherwise, Bookmarks will not change.

public bool GenerateBookmarks { get; set; }

Property Value

bool

Headings

Headings or Titles of Table of Content.

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

Property Value

List<TocHeading&gt;

Title

The Title of Table of Contents.

public string Title { get; set; }

Property Value

string

Namespace: Documentize Assembly: Documentize.dll