Class TocOptions
Info
Represents options for add Table of Contents to document by Documentize.TocGenerator plugin.
public sealed class TocOptions : PluginBaseOptions, IPluginOptions
Inheritance
object ← PluginBaseOptions ← TocOptions
Implements
Inherited Members
- PluginBaseOptions.AddInput(IDataSource),
- PluginBaseOptions.AddOutput(IDataSource),
- PluginBaseOptions.Inputs,
- PluginBaseOptions.Outputs,
- PluginBaseOptions.CloseInputStreams,
- PluginBaseOptions.CloseOutputStreams,
- object.GetType(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
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
Headings
Headings or Titles of Table of Content.
public List<tocheading> Headings { get; set; }
Property Value
List<TocHeading>
Title
The Title of Table of Contents.
public string Title { get; set; }
Property Value
Namespace: Documentize Assembly: Documentize.dll