AODL.Document.Styles.MasterStyles.TextPageHeaderFooterBase.TextPageHeaderFooterBase C# (CSharp) Méthode

TextPageHeaderFooterBase() protected méthode

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