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

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

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

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

Initializes a new instance of the ColumnStyle class.

ColumnStyle ( IDocument document, string styleName ) : System

Initializes a new instance of the ColumnStyle class.

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

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

Create a XmlAttribute for propertie XmlNode.

InitStandards ( ) : void

Inits the standards.

NewXmlNode ( ) : void

Create a new Xml node.

PropertyCollection_Inserted ( int index, object value ) : void

Properties the collection_ inserted.

PropertyCollection_Removed ( int index, object value ) : void

Properties the collection_ removed.

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

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

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

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

Initializes a new instance of the ColumnStyle class.
public ColumnStyle ( IDocument document, string styleName ) : System
document IDocument The spreadsheet document.
styleName string Name of the style.
Результат System