C# 클래스 AODL.Document.Styles.MasterStyles.TextMasterPage

Summary for TextMasterPage.
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
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