AODL.Document.Styles.MasterStyles.TextMasterPage.ActivatePageFooter C# (CSharp) Method

ActivatePageFooter() public method

Activate usage of the page footer.
public ActivatePageFooter ( ) : void
return void
		public void ActivatePageFooter()
		{
			if (this._textPageFooter != null)
			{
				this.TextPageFooter.Activate();
			}
		}