AODL.Document.Styles.Properties.ListLevelProperties.NewXmlNode C# (CSharp) Method

NewXmlNode() private method

Create the XmlNode which represent the propertie element.
private NewXmlNode ( ) : void
return void
		private void NewXmlNode()
		{
			this.Node			= this.Style.Document.CreateNode("list-level-properties", "style");
		}