AODL.Document.Content.Text.Indexes.TableOfContentsIndexTemplate.TableOfContentsIndexTemplate C# (CSharp) Method

TableOfContentsIndexTemplate() public method

Initializes a new instance of the TableOfContentsIndexTemplate class.
public TableOfContentsIndexTemplate ( TableOfContents tableOfContents, int outlineLevel, string styleName ) : System
tableOfContents TableOfContents Content of the table of.
outlineLevel int For which outline level this template should be used.
styleName string Style name.
return System
		public TableOfContentsIndexTemplate(TableOfContents tableOfContents, int outlineLevel, string styleName)
		{
			this.TableOfContents			= tableOfContents;
			this.NewXmlNode(outlineLevel, styleName);
		}