C# Класс AODL.Document.Styles.TabStopStyle

Class represent a TabStopStyle.
Наследование: IStyle
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
TabStopStyle ( IDocument document, XmlNode node ) : System

Initializes a new instance of the TabStopStyle class.

TabStopStyle ( IDocument document, double position ) : System

Initializes a new instance of the TabStopStyle class.

Приватные методы

Метод Описание
CreateAttribute ( string name, string text, string prefix ) : void

Create a XmlAttribute for propertie XmlNode.

NewXmlNode ( double position ) : void

Create the XmlNode that represent this element.

Описание методов

TabStopStyle() публичный Метод

Initializes a new instance of the TabStopStyle class.
public TabStopStyle ( IDocument document, XmlNode node ) : System
document IDocument The document.
node System.Xml.XmlNode The node.
Результат System

TabStopStyle() публичный Метод

Initializes a new instance of the TabStopStyle class.
public TabStopStyle ( IDocument document, double position ) : System
document IDocument The document.
position double The position.
Результат System