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

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

Initializes a new instance of the Header class.
public Header ( IDocument document, Headings heading ) : System
document IDocument The document.
heading Headings The heading.
Результат System
		public Header(IDocument document, Headings heading)
		{
			this.Document		= document;
			this.NewXmlNode();
			this.StyleName		= this.GetHeading(heading);
			this.InitStandards();
		}

Same methods

Header::Header ( XmlNode headernode, IDocument document ) : System