AODL.Document.Styles.Properties.TextProperties.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("text-properties", "style");
		}