C# Класс AODL.Document.Content.EmbedObjects.EmbedObjectHandler

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

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

Метод Описание
CreateChart ( XmlNode ParentNode, string ObjectRealPath, string ObjectName ) : Chart

create the chart

CreateEmbedObject ( XmlNode ParentNode, string MediaType, string ObjectRealPath, string ObjectName ) : EmbedObject

create a embed object

EmbedObjectHandler ( IDocument document ) : System

the constructor

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

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

create the chart
public CreateChart ( XmlNode ParentNode, string ObjectRealPath, string ObjectName ) : Chart
ParentNode System.Xml.XmlNode
ObjectRealPath string
ObjectName string
Результат AODL.Document.Content.Charts.Chart

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

create a embed object
public CreateEmbedObject ( XmlNode ParentNode, string MediaType, string ObjectRealPath, string ObjectName ) : EmbedObject
ParentNode System.Xml.XmlNode
MediaType string
ObjectRealPath string
ObjectName string
Результат EmbedObject

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

the constructor
public EmbedObjectHandler ( IDocument document ) : System
document IDocument
Результат System