AODL.Document.Styles.MasterStyles.TextPageHeaderFooterBase.TextPageHeaderFooterBase C# (CSharp) Method

TextPageHeaderFooterBase() protected method

Initializes a new instance of the TextPageFooter class.
protected TextPageHeaderFooterBase ( ) : System
return System
		protected TextPageHeaderFooterBase()
		{
			this._contentCollection = new ContentCollection();
			this._contentCollection.Inserted += _contentCollection_Inserted;
			this._contentCollection.Removed += _contentCollection_Removed;
		}