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.
|
Method | Description | |
---|---|---|
New ( |
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.
|
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.
|
protected New ( |
||
textMasterPage | The text master page. | |
typeName | string | Name of the type to create header or footer. |
return | void |
protected TextPageHeaderFooterBase ( ) : System | ||
return | System |