AODL.Document.Styles.MasterStyles.TextMasterPage.ActivatePageFooter C# (CSharp) 메소드

ActivatePageFooter() 공개 메소드

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