AODL.Document.Styles.Properties.ListLevelProperties.NewXmlNode C# (CSharp) Метод

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

Create the XmlNode which represent the propertie element.
private NewXmlNode ( ) : void
Результат void
		private void NewXmlNode()
		{
			this.Node			= this.Style.Document.CreateNode("list-level-properties", "style");
		}