C# Класс AODL.Document.Content.Tables.Column

Column represent a table column.
Наследование: IContent
Показать файл Открыть проект Примеры использования класса

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

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

Initializes a new instance of the Column class.

Column ( Table table, string styleName ) : System

Initializes a new instance of the Column class.

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

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

Create a XmlAttribute for propertie XmlNode.

NewXmlNode ( string styleName ) : void

Create a new Xml node.

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

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

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

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

Initializes a new instance of the Column class.
public Column ( Table table, string styleName ) : System
table Table The table.
styleName string Name of the style.
Результат System