C# Класс AODL.Document.Content.Draw.Frame

Frame represent graphic resp. a draw container.
Наследование: IContent, IContentContainer
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CreatePubAttr ( string name, string text, string prefix ) : void
Frame ( IDocument document, string stylename ) : System

Initializes a new instance of the Frame class.

Frame ( IDocument document, string stylename, string drawName, string graphicfile ) : System

Initializes a new instance of the Frame class.

LoadImageFromFile ( string graphicfilename ) : string

Loads the image from file.

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

Метод Описание
Content_Inserted ( int index, object value ) : void

Content_s the inserted.

Content_Removed ( int index, object value ) : void

Content_s the removed.

CreateAttribute ( string name, string text, string prefix ) : void

Create a XmlAttribute for propertie XmlNode.

InitStandards ( ) : void

Inits the standards.

NewXmlNode ( ) : void

Create a new XmlNode.

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

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

public CreatePubAttr ( string name, string text, string prefix ) : void
name string
text string
prefix string
Результат void

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

Initializes a new instance of the Frame class.
public Frame ( IDocument document, string stylename ) : System
document IDocument The textdocument.
stylename string The stylename.
Результат System

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

Initializes a new instance of the Frame class.
public Frame ( IDocument document, string stylename, string drawName, string graphicfile ) : System
document IDocument The textdocument.
stylename string The stylename.
drawName string The draw name.
graphicfile string The graphicfile.
Результат System

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

Loads the image from file.
public LoadImageFromFile ( string graphicfilename ) : string
graphicfilename string The graphicfilename.
Результат string