internal TableOfContentsPlugin(ITableOfContentsService tableOfContentsService, ITableOfContentsBuilder tableOfContentsBuilder)
 {
     _tableOfContentsService = tableOfContentsService;
     _tableOfContentsBuilder = tableOfContentsBuilder;
 }
Example #2
0
 internal TableOfContentsPlugin(ITableOfContentsService tableOfContentsService, ITableOfContentsBuilder tableOfContentsBuilder)
 {
     _tableOfContentsService = tableOfContentsService;
     _tableOfContentsBuilder = tableOfContentsBuilder;
 }
 public TableOfContentsPlugin()
 {
     _tableOfContentsService = new TableOfContentsService(new HtmlStripper());
     _tableOfContentsBuilder = new TableOfContentsBuilder(this);
 }
Example #4
0
 public TableOfContentsPlugin()
 {
     _tableOfContentsService = new TableOfContentsService(new HtmlStripper());
     _tableOfContentsBuilder = new TableOfContentsBuilder(this);
 }