C# Класс AODL.Document.Styles.MasterStyles.TextPageHeaderFooterBase

Summary for TextPageHeaderFooterBase.
Показать файл Открыть проект

Открытые методы

Метод Описание
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