C# Class Malt.Reporting.OfficeXml.WordMLTemplate

Inheritance: AbstractXmlBasedTemplate
Afficher le fichier Open project: oldrev/maltreport Class Usage Examples

Méthodes publiques

Méthode Description
Compile ( ) : void
Render ( object>.IDictionary context ) : IDocument
WordMLTemplate ( ) : System

Private Methods

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

public Compile ( ) : void
Résultat void

Render() public méthode

public Render ( object>.IDictionary context ) : IDocument
context object>.IDictionary
Résultat IDocument

WordMLTemplate() public méthode

public WordMLTemplate ( ) : System
Résultat System