AODL.Document.Styles.ListStyle.NewXmlNode C# (CSharp) Méthode

NewXmlNode() private méthode

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