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

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

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

Метод Описание
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