C# Class AODL.Document.Styles.MasterStyles.TextPageHeaderFooterBase

Summary for TextPageHeaderFooterBase.
Datei anzeigen Open project: monsterlabs/HumanRightsTracker

Public Methods

Method Description
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.

Protected Methods

Method Description
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.

Private Methods

Method Description
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.

Method Details

Activate() public method

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
return void

New() protected method

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.
return void

TextPageHeaderFooterBase() protected method

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