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

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

공개 메소드들

메소드 설명
GetContentWidth ( ) : double

Gets the width of the content.

Will return 0 if the width couldn't be calculated.

GetLayoutMeasurement ( ) : bool

Gets the layout measurement.

TextPageLayout ( ) : System

Initializes a new instance of the TextPageLayout class.

TextPageLayout ( TextDocument ownerDocument, XmlNode styleNode, XmlNode propertyNode ) : System

Initializes a new instance of the TextPageLayout class.

비공개 메소드들

메소드 설명
CreateAttribute ( string name, string text, string prefix ) : void

Create a XmlAttribute for propertie XmlNode.

메소드 상세

GetContentWidth() 공개 메소드

Gets the width of the content.
Will return 0 if the width couldn't be calculated.
public GetContentWidth ( ) : double
리턴 double

GetLayoutMeasurement() 공개 메소드

Gets the layout measurement.
public GetLayoutMeasurement ( ) : bool
리턴 bool

TextPageLayout() 공개 메소드

Initializes a new instance of the TextPageLayout class.
public TextPageLayout ( ) : System
리턴 System

TextPageLayout() 공개 메소드

Initializes a new instance of the TextPageLayout class.
public TextPageLayout ( TextDocument ownerDocument, XmlNode styleNode, XmlNode propertyNode ) : System
ownerDocument AODL.Document.TextDocuments.TextDocument The owner document.
styleNode System.Xml.XmlNode The style node.
propertyNode System.Xml.XmlNode The property node.
리턴 System