C# 클래스 AODL.Document.Styles.MasterStyles.TextPageHeaderFooterBase

Summary for TextPageHeaderFooterBase.
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker

공개 메소드들

메소드 설명
Activate ( ) : void

This method call will activate resp. create the header or footer for a master page. There is no need of call it directly. Activation for footer and header will be done through the TextMasterPage object.

보호된 메소드들

메소드 설명
New ( TextMasterPage textMasterPage, string typeName ) : void

Create a new TextPageFooter object. !!NOTICE: The TextPageLayout of the TextMasterPage object must exist!

The TextPageLayout of the TextMasterPage object must exist!

TextPageHeaderFooterBase ( ) : System

Initializes a new instance of the TextPageFooter class.

비공개 메소드들

메소드 설명
CreateAttribute ( string name, string text, string prefix ) : void

Create a XmlAttribute for propertie XmlNode.

_contentCollection_Inserted ( int index, object value ) : void

Called after content was added.

_contentCollection_Removed ( int index, object value ) : void

Called after content was removed.

메소드 상세

Activate() 공개 메소드

This method call will activate resp. create the header or footer for a master page. There is no need of call it directly. Activation for footer and header will be done through the TextMasterPage object.
public Activate ( ) : void
리턴 void

New() 보호된 메소드

Create a new TextPageFooter object. !!NOTICE: The TextPageLayout of the TextMasterPage object must exist!
The TextPageLayout of the TextMasterPage object must exist!
protected New ( TextMasterPage textMasterPage, string typeName ) : void
textMasterPage TextMasterPage The text master page.
typeName string Name of the type to create header or footer.
리턴 void

TextPageHeaderFooterBase() 보호된 메소드

Initializes a new instance of the TextPageFooter class.
protected TextPageHeaderFooterBase ( ) : System
리턴 System