AODL.Document.Styles.MasterStyles.TextMasterPage.TextMasterPage C# (CSharp) Method

TextMasterPage() public method

Initializes a new instance of the TextMasterPage class.
public TextMasterPage ( TextDocument ownerTextDocument, XmlNode masterPageNode ) : System
ownerTextDocument AODL.Document.TextDocuments.TextDocument The owner text document.
masterPageNode System.Xml.XmlNode The master page node.
return System
		public TextMasterPage(TextDocument ownerTextDocument, XmlNode masterPageNode)
		{
			this._textDocument = ownerTextDocument;
			this._node = masterPageNode;
		}

Same methods

TextMasterPage::TextMasterPage ( ) : System