AODL.Document.Styles.Properties.ListLevelProperties.ListLevelProperties C# (CSharp) Method

ListLevelProperties() public method

Constructor create a new ListLevelProperties object.
public ListLevelProperties ( IStyle style ) : System
style IStyle
return System
		public ListLevelProperties(IStyle style)
		{
			this.Style				= style;
			this.NewXmlNode();
		}