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

NewXmlNode() private method

News the XML node.
private NewXmlNode ( ) : void
return void
		private void NewXmlNode()
		{
			this.Node		= this.Style.Document.CreateNode("paragraph-properties", "style");
		}