C# Class Rock.MergeTemplates.WordDocumentMergeTemplateType

Inheritance: MergeTemplateType
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
CreateDocument ( MergeTemplate mergeTemplate, List mergeObjectList, object>.Dictionary globalMergeFields ) : BinaryFile

Creates the document.

Private Methods

Méthode Description
HeaderFooterGlobalMerge ( WordprocessingDocument outputDoc, DotLiquid globalMergeHash ) : void

Merges global merge fields into the Header and Footer parts of the document

Method Details

CreateDocument() public méthode

Creates the document.
public CreateDocument ( MergeTemplate mergeTemplate, List mergeObjectList, object>.Dictionary globalMergeFields ) : BinaryFile
mergeTemplate MergeTemplate The merge template.
mergeObjectList List The merge object list.
globalMergeFields object>.Dictionary The global merge fields.
Résultat BinaryFile