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

Summary for TextMasterPage.
Afficher le fichier Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
CreateAttribute ( string name, string text, string prefix ) : void

Create a XmlAttribute for propertie XmlNode.

Method Details

ActivatePageFooter() public méthode

Activate usage of the page footer.
public ActivatePageFooter ( ) : void
Résultat void

ActivatePageHeader() public méthode

Activate usage of the page header.
public ActivatePageHeader ( ) : void
Résultat void

ActivatePageHeaderAndFooter() public méthode

Activate usage of the page header and page footer.
public ActivatePageHeaderAndFooter ( ) : void
Résultat void

TextMasterPage() public méthode

Initializes a new instance of the TextMasterPage class.
public TextMasterPage ( ) : System
Résultat System

TextMasterPage() public méthode

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.
Résultat System