C# Класс AODL.Document.Content.Draw.DrawTextBox

DrawTextBox represent a draw text box which could be e.g. used to host graphic frame
Наследование: IContent, IContentContainer
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DrawTextBox ( IDocument document ) : System

Initializes a new instance of the DrawTextBox class.

DrawTextBox ( IDocument document, XmlNode node ) : System

Initializes a new instance of the DrawTextBox class.

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

Метод Описание
Content_Inserted ( int index, object value ) : void

Content_s the inserted.

Content_Removed ( int index, object value ) : void

Content_s the removed.

CreateAttribute ( string name, string text, string prefix ) : void

Create a XmlAttribute for propertie XmlNode.

InitStandards ( ) : void

Inits the standards.

NewXmlNode ( ) : void

Create a new XmlNode.

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

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

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

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

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