C# Класс AODL.Document.Content.Text.TextControl.WhiteSpace

WhiteSpace represent a white space element.
Наследование: IText
Показать файл Открыть проект Примеры использования класса

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

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

Initializes a new instance of the WhiteSpace class.

WhiteSpace ( IDocument document, int whiteSpacesCount ) : System

Initializes a new instance of the WhiteSpace class.

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

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

Create a XmlAttribute for propertie XmlNode.

NewXmlNode ( ) : void

Create a new XmlNode.

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

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

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

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

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