C# Class Malt.Reporting.OfficeXml.WordMLTemplate

Inheritance: AbstractXmlBasedTemplate
Exibir arquivo Open project: oldrev/maltreport Class Usage Examples

Public Methods

Method Description
Compile ( ) : void
Render ( object>.IDictionary context ) : IDocument
WordMLTemplate ( ) : System

Private Methods

Method Description
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

Method Details

Compile() public method

public Compile ( ) : void
return void

Render() public method

public Render ( object>.IDictionary context ) : IDocument
context object>.IDictionary
return IDocument

WordMLTemplate() public method

public WordMLTemplate ( ) : System
return System