AODL.Document.Styles.ListLevelStyle.InitStandards C# (CSharp) Method

InitStandards() private method

Inits the standards.
private InitStandards ( int level ) : void
level int
return void
		private void InitStandards(int level)
		{
			this.PropertyCollection				= new IPropertyCollection();
			this.PropertyCollection.Inserted	+= PropertyCollection_Inserted;
			this.PropertyCollection.Removed		+= PropertyCollection_Removed;
//			this.Document.Styles.Add(this);
		}