AODL.Document.Content.Tables.Cell.NewXmlNode C# (CSharp) Méthode

NewXmlNode() private méthode

Create a new Xml node.
private NewXmlNode ( ) : void
Résultat void
		private void NewXmlNode()
		{
			this.Node		= this.Document.CreateNode("table-cell", "table");
		}