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

Summary for TextMasterPage.
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method 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

Method Description
CreateAttribute ( string name, string text, string prefix ) : void

Create a XmlAttribute for propertie XmlNode.

Method Details

ActivatePageFooter() public method

Activate usage of the page footer.
public ActivatePageFooter ( ) : void
return void

ActivatePageHeader() public method

Activate usage of the page header.
public ActivatePageHeader ( ) : void
return void

ActivatePageHeaderAndFooter() public method

Activate usage of the page header and page footer.
public ActivatePageHeaderAndFooter ( ) : void
return void

TextMasterPage() public method

Initializes a new instance of the TextMasterPage class.
public TextMasterPage ( ) : System
return System

TextMasterPage() public method

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