C# Class AODL.Document.Content.EmbedObjects.EmbedObjectHandler

Summary description for EmbedObjectHandler.
Afficher le fichier Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

CreateChart() public méthode

create the chart
public CreateChart ( XmlNode ParentNode, string ObjectRealPath, string ObjectName ) : Chart
ParentNode System.Xml.XmlNode
ObjectRealPath string
ObjectName string
Résultat AODL.Document.Content.Charts.Chart

CreateEmbedObject() public méthode

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
Résultat EmbedObject

EmbedObjectHandler() public méthode

the constructor
public EmbedObjectHandler ( IDocument document ) : System
document IDocument
Résultat System