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

Summary for TextMasterPage.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ActivatePageFooter ( ) : void

Activate usage of the page footer.

ActivatePageHeader ( ) : void

Activate usage of the page header.

ActivatePageHeaderAndFooter ( ) : void

Activate usage of the page header and page footer.

TextMasterPage ( ) : System

Initializes a new instance of the TextMasterPage class.

TextMasterPage ( TextDocument ownerTextDocument, XmlNode masterPageNode ) : System

Initializes a new instance of the TextMasterPage class.

Приватные методы

Метод Описание
CreateAttribute ( string name, string text, string prefix ) : void

Create a XmlAttribute for propertie XmlNode.

Описание методов

ActivatePageFooter() публичный Метод

Activate usage of the page footer.
public ActivatePageFooter ( ) : void
Результат void

ActivatePageHeader() публичный Метод

Activate usage of the page header.
public ActivatePageHeader ( ) : void
Результат void

ActivatePageHeaderAndFooter() публичный Метод

Activate usage of the page header and page footer.
public ActivatePageHeaderAndFooter ( ) : void
Результат void

TextMasterPage() публичный Метод

Initializes a new instance of the TextMasterPage class.
public TextMasterPage ( ) : System
Результат System

TextMasterPage() публичный Метод

Initializes a new instance of the TextMasterPage class.
public TextMasterPage ( TextDocument ownerTextDocument, XmlNode masterPageNode ) : System
ownerTextDocument AODL.Document.TextDocuments.TextDocument The owner text document.
masterPageNode System.Xml.XmlNode The master page node.
Результат System