AODL.Document.Styles.ListStyle.NewXmlNode C# (CSharp) Method

NewXmlNode() private method

Create the XmlNode that represent this element.
private NewXmlNode ( ) : void
return void
		private void NewXmlNode()
		{
			this.Node		= this.Document.CreateNode("list-style", "text");
		}