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

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

News the XML node.
private NewXmlNode ( ) : void
Результат void
		private void NewXmlNode()
		{
			this.Node		= this.Style.Document.CreateNode("paragraph-properties", "style");
		}