C# 클래스 Rock.MergeTemplates.WordDocumentMergeTemplateType

상속: MergeTemplateType
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
CreateDocument ( MergeTemplate mergeTemplate, List mergeObjectList, object>.Dictionary globalMergeFields ) : BinaryFile

Creates the document.

비공개 메소드들

메소드 설명
HeaderFooterGlobalMerge ( WordprocessingDocument outputDoc, DotLiquid globalMergeHash ) : void

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

메소드 상세

CreateDocument() 공개 메소드

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.
리턴 BinaryFile