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

ListLevelProperties() публичный Метод

Constructor create a new ListLevelProperties object.
public ListLevelProperties ( IStyle style ) : System
style IStyle
Результат System
		public ListLevelProperties(IStyle style)
		{
			this.Style				= style;
			this.NewXmlNode();
		}