C# 클래스 AODL.Document.Content.EmbedObjects.EmbedObjectHandler

Summary description for EmbedObjectHandler.
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
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