AODL.Document.Content.Text.Indexes.TableOfContents.TableOfContents C# (CSharp) Метод

TableOfContents() публичный Метод

Initializes a new instance of the TableOfContents class.
public TableOfContents ( TextDocument textDocument, XmlNode tocNode ) : System
textDocument AODL.Document.TextDocuments.TextDocument The text document.
tocNode System.Xml.XmlNode The toc node.
Результат System
		public TableOfContents(TextDocument textDocument, XmlNode tocNode)
		{
			this.Document				= textDocument;
			this.Node					= tocNode;
			this.RegisterEvents();
		}

Same methods

TableOfContents::TableOfContents ( TextDocument textDocument, string styleName, bool useHyperlinks, bool protectChanges, string textName ) : System