AODL.Document.Styles.ListStyle.NewXmlNode C# (CSharp) 메소드

NewXmlNode() 개인적인 메소드

Create the XmlNode that represent this element.
private NewXmlNode ( ) : void
리턴 void
		private void NewXmlNode()
		{
			this.Node		= this.Document.CreateNode("list-style", "text");
		}