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

Summary description for WallStyle.
Наследование: AbstractStyle
Показать файл Открыть проект Примеры использования класса

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

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

the constructor of wall style

WallStyle ( IDocument document, string styleName ) : System

Initializes a new instance of the TableStyle 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.

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

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

the constructor of wall style
public WallStyle ( IDocument document ) : System
document IDocument
Результат System

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

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