C# Класс AODL.Document.Styles.Properties.ColumnProperties

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

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

Метод Описание
ColumnProperties ( IStyle style ) : System

The Constructor, create new instance of ColumnProperties

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

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

Create a XmlAttribute for propertie XmlNode.

NewXmlNode ( ) : void

Create the XmlNode which represent the propertie element.

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

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

The Constructor, create new instance of ColumnProperties
public ColumnProperties ( IStyle style ) : System
style IStyle The ColumnStyle
Результат System