C# 클래스 Malt.Reporting.OfficeXml.WordMLTemplate

상속: AbstractXmlBasedTemplate
파일 보기 프로젝트 열기: oldrev/maltreport 1 사용 예제들

공개 메소드들

메소드 설명
Compile ( ) : void
Render ( object>.IDictionary context ) : IDocument
WordMLTemplate ( ) : System

비공개 메소드들

메소드 설명
FindAllPlaceholders ( XmlDocument xml ) : List
LoadFromDocument ( WordMLTemplate doc ) : void
ProcessDirectiveTag ( XmlDocument xml, XmlElement placeholderNode, string value ) : void
ProcessPlaceholders ( XmlDocument xml ) : void
ProcessReferenceTag ( XmlDocument xml, XmlElement placeholderElement, string value ) : void
WriteCompiledMainContent ( WordMLTemplate t, XmlDocument xml ) : void

메소드 상세

Compile() 공개 메소드

public Compile ( ) : void
리턴 void

Render() 공개 메소드

public Render ( object>.IDictionary context ) : IDocument
context object>.IDictionary
리턴 IDocument

WordMLTemplate() 공개 메소드

public WordMLTemplate ( ) : System
리턴 System