AODL.Document.Content.Text.List.NewXmlNode C# (CSharp) Méthode

NewXmlNode() private méthode

Create a new XmlNode.
private NewXmlNode ( ) : void
Résultat void
		private void NewXmlNode()
		{			
			this.Node					= this.Document.CreateNode("list", "text");
		}