AODL.Document.Content.Text.TextControl.WhiteSpace.NewXmlNode C# (CSharp) Метод

NewXmlNode() приватный Метод

Create a new XmlNode.
private NewXmlNode ( ) : void
Результат void
		private void NewXmlNode()
		{			
			this.Node		= this.Document.CreateNode("s", "text");
		}