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

FrameStyle represent a style which is used within a draw frame object.
Наследование: AbstractStyle
Показать файл Открыть проект Примеры использования класса

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

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

Initializes a new instance of the FrameStyle class.

FrameStyle ( IDocument document, string styleName ) : System

Initializes a new instance of the FrameStyle class.

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

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

Create a XmlAttribute for propertie XmlNode.

InitStandards ( ) : void

Inits the standards.

NewXmlNode ( ) : void

Create the XmlNode that represent this element.

PropertyCollection_Inserted ( int index, object value ) : void

Properties the collection_ inserted.

PropertyCollection_Removed ( int index, object value ) : void

Properties the collection_ removed.

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

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

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

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

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